Home
last modified time | relevance | path

Searched refs:glFramebufferTexture (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES32.spec25 void glFramebufferTexture ( GLenum target, GLenum attachment, GLuint texture, GLint level )
/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv3.map.txt128 glFramebufferTexture; # introduced=24
H A Dentries.in285 GL_ENTRY(void, glFramebufferTexture, GLenum target, GLenum attachment, GLuint texture, GLint level)
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES32.java511 public static native void glFramebufferTexture( in glFramebufferTexture() method in GLES32
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/
H A Dstubs_arm.cc255 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTexture);
1103 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFramebufferTexture); in init_stub_library()
H A Dstubs_arm64.cc255 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTexture);
1103 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFramebufferTexture); in init_stub_library()
/aosp12/frameworks/libs/native_bridge_support/libGLESv3/
H A Dstubs_arm.cc255 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTexture);
1103 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFramebufferTexture); in init_stub_library()
H A Dstubs_arm64.cc255 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTexture);
1103 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFramebufferTexture); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/GLES2/
H A Dgl2_api.in1015 void API_ENTRY(glFramebufferTexture)(GLenum target, GLenum attachment, GLuint texture, GLint level)…
1016 CALL_GL_API(glFramebufferTexture, target, attachment, texture, level);
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES32.cpp976 glFramebufferTexture( in android_glFramebufferTexture__IIII()
/aosp12/frameworks/native/opengl/include/GLES3/
H A Dgl32.h1802 GL_APICALL void GL_APIENTRY glFramebufferTexture (GLenum target, GLenum attachment, GLuint texture,…
/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.txt30245 method public static void glFramebufferTexture(int, int, int, int);