Searched refs:glFramebufferTextureLayer (Results 1 – 15 of 15) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv3.map.txt | 133 glFramebufferTextureLayer;
|
D | entries.in | 293 GL_ENTRY(void, glFramebufferTextureLayer, GLenum target, GLenum attachment, GLuint texture, GLint l…
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES30.spec | 31 void glFramebufferTextureLayer ( GLenum target, GLenum attachment, GLuint texture, GLint level, GLi…
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES30.java | 758 public static native void glFramebufferTextureLayer( in glFramebufferTextureLayer() method in GLES30
|
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 262 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureLayer); 1110 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFramebufferTextureLayer); in init_stub_library()
|
D | stubs_arm64.cc | 262 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureLayer); 1110 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFramebufferTextureLayer); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm.cc | 262 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureLayer); 1110 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFramebufferTextureLayer); in init_stub_library()
|
D | stubs_arm64.cc | 262 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureLayer); 1110 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFramebufferTextureLayer); in init_stub_library()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 502 void API_ENTRY(glFramebufferTextureLayer)(GLenum target, GLenum attachment, GLuint texture, GLint l… 503 CALL_GL_API(glFramebufferTextureLayer, target, attachment, texture, level, layer);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 1125 GL_APICALL void GL_APIENTRY glFramebufferTextureLayer (GLenum target, GLenum attachment, GLuint tex…
|
D | gl31.h | 1127 GL_APICALL void GL_APIENTRY glFramebufferTextureLayer (GLenum target, GLenum attachment, GLuint tex…
|
D | gl32.h | 1127 GL_APICALL void GL_APIENTRY glFramebufferTextureLayer (GLenum target, GLenum attachment, GLuint tex…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 1747 glFramebufferTextureLayer( in android_glFramebufferTextureLayer__IIIII()
|
/frameworks/base/core/api/ |
D | current.txt | 29209 method public static void glFramebufferTextureLayer(int, int, int, int, int);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20217 method public static void glFramebufferTextureLayer(int, int, int, int, int);
|