Home
last modified time | relevance | path

Searched refs:glFramebufferTextureLayer (Results 1 – 16 of 16) sorted by relevance

/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv3.map.txt133 glFramebufferTextureLayer;
H A Dentries.in293 GL_ENTRY(void, glFramebufferTextureLayer, GLenum target, GLenum attachment, GLuint texture, GLint l…
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec31 void glFramebufferTextureLayer ( GLenum target, GLenum attachment, GLuint texture, GLint level, GLi…
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java758 public static native void glFramebufferTextureLayer( in glFramebufferTextureLayer() method in GLES30
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/
H A Dstubs_arm.cc262 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureLayer);
1110 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFramebufferTextureLayer); in init_stub_library()
H A Dstubs_arm64.cc262 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureLayer);
1110 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFramebufferTextureLayer); in init_stub_library()
/aosp12/frameworks/libs/native_bridge_support/libGLESv3/
H A Dstubs_arm.cc262 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureLayer);
1110 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFramebufferTextureLayer); in init_stub_library()
H A Dstubs_arm64.cc262 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureLayer);
1110 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFramebufferTextureLayer); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/GLES2/
H A Dgl2_api.in502 void API_ENTRY(glFramebufferTextureLayer)(GLenum target, GLenum attachment, GLuint texture, GLint l…
503 CALL_GL_API(glFramebufferTextureLayer, target, attachment, texture, level, layer);
/aosp12/frameworks/native/opengl/include/GLES3/
H A Dgl3.h1125 GL_APICALL void GL_APIENTRY glFramebufferTextureLayer (GLenum target, GLenum attachment, GLuint tex…
H A Dgl31.h1127 GL_APICALL void GL_APIENTRY glFramebufferTextureLayer (GLenum target, GLenum attachment, GLuint tex…
H A Dgl32.h1127 GL_APICALL void GL_APIENTRY glFramebufferTextureLayer (GLenum target, GLenum attachment, GLuint tex…
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp1747 glFramebufferTextureLayer( in android_glFramebufferTextureLayer__IIIII()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt29269 method public static void glFramebufferTextureLayer(int, int, int, int, int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt20217 method public static void glFramebufferTextureLayer(int, int, int, int, int);