Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.cpp139 void ContextWrapper::glTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int wid… in glTexSubImage2D() function in sglr::ContextWrapper
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
DGwtGL20Debug.java313 …public void glTexSubImage2D (int target, int level, int xoffset, int yoffset, int width, int heigh… in glTexSubImage2D() method in GwtGL20Debug
DGwtGL20.java482 …public void glTexSubImage2D (int target, int level, int xoffset, int yoffset, int width, int heigh… in glTexSubImage2D() method in GwtGL20
/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
DJglfwGL20.java235 …public void glTexSubImage2D (int target, int level, int xoffset, int yoffset, int width, int heigh… in glTexSubImage2D() method in JglfwGL20
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosrobovm/
DIOSGLES20.java274 …public native void glTexSubImage2D ( int target, int level, int xoffset, int yoffset, int width, i… in glTexSubImage2D() method in IOSGLES20
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/profiling/
DGL20Profiler.java342 …public void glTexSubImage2D (int target, int level, int xoffset, int yoffset, int width, int heigh… in glTexSubImage2D() method in GL20Profiler
DGL30Profiler.java343 …public void glTexSubImage2D (int target, int level, int xoffset, int yoffset, int width, int heigh… in glTexSubImage2D() method in GL30Profiler
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
DLwjgl3GL20.java624 …public void glTexSubImage2D (int target, int level, int xoffset, int yoffset, int width, int heigh… in glTexSubImage2D() method in Lwjgl3GL20
/external/deqp/framework/opengl/wrapper/
DglwApi.inl491 #define glTexSubImage2D glwTexSubImage2D macro
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
DAndroidGL20.java274 …public native void glTexSubImage2D (int target, int level, int xoffset, int yoffset, int width, in… in glTexSubImage2D() method in AndroidGL20
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
DLwjglGL20.java630 …public void glTexSubImage2D (int target, int level, int xoffset, int yoffset, int width, int heigh… in glTexSubImage2D() method in LwjglGL20
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
DIOSGLES20.java274 …public native void glTexSubImage2D ( int target, int level, int xoffset, int yoffset, int width, i… in glTexSubImage2D() method in IOSGLES20
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java677 public void glTexSubImage2D(int target, int level, int xoffset, in glTexSubImage2D() method in GLErrorLogger.ErrorLoggingGL
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
DGL20.java423 …public void glTexSubImage2D (int target, int level, int xoffset, int yoffset, int width, int heigh… in glTexSubImage2D() method
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/EmptyGL/GL/
Degl_void.h266 #define glTexSubImage2D(_a0,_a1,_a2,_a3,_a4,_a5,_a6,_a7,_a8) {(void)(_a0);(void)(_a1);(void)(_a2);(… macro
/external/mesa3d/include/GL/
Dgl_mangle.h1771 #define glTexSubImage2D MANGLE(TexSubImage2D) macro
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl3997 GLW_APICALL void GLW_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yof… function
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl3628 void CallLogWrapper::glTexSubImage2D (glw::GLenum target, glw::GLint level, glw::GLint xoffset, glw… function in CallLogWrapper