Home
last modified time | relevance | path

Searched refs:glTransformFeedbackVaryings (Results 1 – 21 of 21) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglTransformFeedbackVaryings.java3 public static native void glTransformFeedbackVaryings( in glTransformFeedbackVaryings() method
DglTransformFeedbackVaryings.nativeReg1 {"glTransformFeedbackVaryings", "(I[Ljava/lang/String;I)V", (void *) android_glTransformFeedbackVar…
DglTransformFeedbackVaryings.cpp33 glTransformFeedbackVaryings(program, _count, _varyings, bufferMode); in android_glTransformFeedbackVaryings()
/frameworks/native/opengl/libs/
DlibGLESv3.map.txt359 glTransformFeedbackVaryings;
Dentries.in909 GL_ENTRY(void, glTransformFeedbackVaryings, GLuint program, GLsizei count, const GLchar *const*vary…
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES30.spec43 void glTransformFeedbackVaryings ( GLuint program, GLsizei count, const GLchar *varyings, GLenum bu…
/frameworks/base/opengl/java/android/opengl/
DGLES30.java877 public static native void glTransformFeedbackVaryings( in glTransformFeedbackVaryings() method in GLES30
/frameworks/libs/native_bridge_support/android_api/libGLESv3/
Dstubs_arm.cc759 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTransformFeedbackVaryings);
1607 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glTransformFeedbackVaryings); in init_stub_library()
Dstubs_riscv64.cc759 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTransformFeedbackVaryings);
1607 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glTransformFeedbackVaryings); in init_stub_library()
Dstubs_arm64.cc759 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTransformFeedbackVaryings);
1607 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glTransformFeedbackVaryings); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libGLESv2/
Dstubs_arm.cc759 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTransformFeedbackVaryings);
1607 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glTransformFeedbackVaryings); in init_stub_library()
Dstubs_arm64.cc759 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTransformFeedbackVaryings);
1607 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glTransformFeedbackVaryings); in init_stub_library()
Dstubs_riscv64.cc759 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTransformFeedbackVaryings);
1607 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glTransformFeedbackVaryings); in init_stub_library()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in538 void API_ENTRY(glTransformFeedbackVaryings)(GLuint program, GLsizei count, const GLchar *const*vary…
539 CALL_GL_API(glTransformFeedbackVaryings, program, count, varyings, bufferMode);
/frameworks/native/opengl/include/GLES3/
Dgl3.h1137 GL_APICALL void GL_APIENTRY glTransformFeedbackVaryings (GLuint program, GLsizei count, const GLcha…
Dgl31.h1139 GL_APICALL void GL_APIENTRY glTransformFeedbackVaryings (GLuint program, GLsizei count, const GLcha…
Dgl32.h1139 GL_APICALL void GL_APIENTRY glTransformFeedbackVaryings (GLuint program, GLsizei count, const GLcha…
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp2115 glTransformFeedbackVaryings(program, _count, _varyings, bufferMode); in android_glTransformFeedbackVaryings()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20299 method public static void glTransformFeedbackVaryings(int, java.lang.String[], int);
/frameworks/base/core/api/
Dcurrent.txt31232 method public static void glTransformFeedbackVaryings(int, String[], int);