Home
last modified time | relevance | path

Searched defs:glTexSubImage2D (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/opengl/libagl/
Dtexture.cpp1223 void glTexSubImage2D( in glTexSubImage2D() function
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java934 void glTexSubImage2D( in glTexSubImage2D() method
/frameworks/base/opengl/java/android/opengl/
DGLES10.java1253 public static native void glTexSubImage2D( in glTexSubImage2D() method in GLES10
DGLErrorWrapper.java812 public void glTexSubImage2D(int target, int level, int xoffset, in glTexSubImage2D() method in GLErrorWrapper
DGLES20.java1500 public static native void glTexSubImage2D( in glTexSubImage2D() method in GLES20
DGLLogWrapper.java2527 public void glTexSubImage2D(int target, int level, int xoffset, in glTexSubImage2D() method in GLLogWrapper
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h821 #define glTexSubImage2D wrap_glTexSubImage2D macro
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1081 public native void glTexSubImage2D( in glTexSubImage2D() method in GLImpl