Searched refs:glFramebufferTextureLayer (Results 1 – 14 of 14) sorted by relevance
/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 | 754 public static native void glFramebufferTextureLayer( in glFramebufferTextureLayer() method in GLES30
|
/frameworks/base/libs/hwui/debug/ |
D | wrap_gles.h | 289 #define glFramebufferTextureLayer wrap_glFramebufferTextureLayer macro
|
D | unwrap_gles.h | 289 #undef glFramebufferTextureLayer
|
/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 | 1127 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/native/opengl/libs/ |
D | entries.in | 270 GL_ENTRY(void, glFramebufferTextureLayer, GLenum target, GLenum attachment, GLuint texture, GLint l…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 1553 glFramebufferTextureLayer( in android_glFramebufferTextureLayer__IIIII()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20217 method public static void glFramebufferTextureLayer(int, int, int, int, int);
|
/frameworks/base/api/ |
D | current.txt | 26727 method public static void glFramebufferTextureLayer(int, int, int, int, int);
|
D | system-current.txt | 29167 method public static void glFramebufferTextureLayer(int, int, int, int, int);
|
D | test-current.txt | 26796 method public static void glFramebufferTextureLayer(int, int, int, int, int);
|