Home
last modified time | relevance | path

Searched refs:glCopyTexSubImage2D (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/native/opengl/libs/
DlibGLESv2.map.txt31 glCopyTexSubImage2D;
DlibGLESv1_CM.map.txt45 glCopyTexSubImage2D;
DlibGLESv3.map.txt66 glCopyTexSubImage2D;
Dentries_gles1.in43 GL_ENTRY(void, glCopyTexSubImage2D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint…
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc62 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyTexSubImage2D);
342 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glCopyTexSubImage2D); in init_stub_library()
Dstubs_arm.cc62 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyTexSubImage2D);
342 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glCopyTexSubImage2D); in init_stub_library()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec20 void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint…
DGLES20.spec25 void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint…
/frameworks/native/opengl/tests/gl2_copyTexImage/
Dgl2_copyTexImage.cpp255 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, w / 2, h / 2); in renderFrame()
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java381 void glCopyTexSubImage2D( in glCopyTexSubImage2D() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.020 void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint…
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in175 void API_ENTRY(glCopyTexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint…
176 CALL_GL_API(glCopyTexSubImage2D, target, level, xoffset, yoffset, x, y, width, height);
/frameworks/base/opengl/java/android/opengl/
DGLES10.java456 public static native void glCopyTexSubImage2D( in glCopyTexSubImage2D() method in GLES10
DGLES20.java533 public static native void glCopyTexSubImage2D( in glCopyTexSubImage2D() method in GLES20
DGLErrorWrapper.java193 public void glCopyTexSubImage2D(int target, int level, int xoffset, in glCopyTexSubImage2D() method in GLErrorWrapper
196 mgl.glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, in glCopyTexSubImage2D()
DGLLogWrapper.java1395 public void glCopyTexSubImage2D(int target, int level, int xoffset, in glCopyTexSubImage2D() method in GLLogWrapper
1408 mgl.glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, in glCopyTexSubImage2D()
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h492 GLAPI void APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, …
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java273 public native void glCopyTexSubImage2D( in glCopyTexSubImage2D() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h463 GL_API void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc112 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyTexSubImage2D);
960 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glCopyTexSubImage2D); in init_stub_library()
Dstubs_arm64.cc112 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyTexSubImage2D);
960 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glCopyTexSubImage2D); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm.cc112 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyTexSubImage2D);
960 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glCopyTexSubImage2D); in init_stub_library()
Dstubs_arm64.cc112 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyTexSubImage2D);
960 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glCopyTexSubImage2D); in init_stub_library()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in73 void API_ENTRY(glCopyTexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint…
74 CALL_GL_API(glCopyTexSubImage2D, target, level, xoffset, yoffset, x, y, width, height);
/frameworks/native/opengl/include/GLES2/
Dgl2.h550 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint y…

12