Home
last modified time | relevance | path

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

/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv3.map.txt165 glGetFragDataLocation;
H A Dentries.in354 GL_ENTRY(GLint, glGetFragDataLocation, GLuint program, const GLchar *name)
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec54 GLint glGetFragDataLocation ( GLuint program, const GLchar *name )
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1087 public static native int glGetFragDataLocation( in glGetFragDataLocation() method in GLES30
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/
H A Dstubs_arm.cc310 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetFragDataLocation);
1158 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetFragDataLocation); in init_stub_library()
H A Dstubs_arm64.cc310 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetFragDataLocation);
1158 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetFragDataLocation); in init_stub_library()
/aosp12/frameworks/libs/native_bridge_support/libGLESv3/
H A Dstubs_arm.cc310 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetFragDataLocation);
1158 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetFragDataLocation); in init_stub_library()
H A Dstubs_arm64.cc310 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetFragDataLocation);
1158 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetFragDataLocation); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/GLES2/
H A Dgl2_api.in568 GLint API_ENTRY(glGetFragDataLocation)(GLuint program, const GLchar *name) {
569 CALL_GL_API_RETURN(glGetFragDataLocation, program, name);
/aosp12/frameworks/native/opengl/include/GLES3/
H A Dgl3.h1147 GL_APICALL GLint GL_APIENTRY glGetFragDataLocation (GLuint program, const GLchar *name);
H A Dgl31.h1149 GL_APICALL GLint GL_APIENTRY glGetFragDataLocation (GLuint program, const GLchar *name);
H A Dgl32.h1149 GL_APICALL GLint GL_APIENTRY glGetFragDataLocation (GLuint program, const GLchar *name);
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp2969 _returnValue = glGetFragDataLocation( in android_glGetFragDataLocation__ILjava_lang_String_2()
/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.txt29288 method public static int glGetFragDataLocation(int, String);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt20236 method public static int glGetFragDataLocation(int, java.lang.String);