Home
last modified time | relevance | path

Searched refs:glGenProgramPipelines (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLES31.java371 public static native void glGenProgramPipelines( in glGenProgramPipelines() method in GLES31
379 public static native void glGenProgramPipelines( in glGenProgramPipelines() method in GLES31
/frameworks/native/opengl/libs/
DlibGLESv3.map.txt139 glGenProgramPipelines; # introduced=21
Dentries.in309 GL_ENTRY(void, glGenProgramPipelines, GLsizei n, GLuint *pipelines)
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31.spec17 void glGenProgramPipelines ( GLsizei n, GLuint *pipelines )
/frameworks/libs/native_bridge_support/android_api/libGLESv3/
Dstubs_arm.cc273 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGenProgramPipelines);
1121 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGenProgramPipelines); in init_stub_library()
Dstubs_riscv64.cc273 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGenProgramPipelines);
1121 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGenProgramPipelines); in init_stub_library()
Dstubs_arm64.cc273 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGenProgramPipelines);
1121 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGenProgramPipelines); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libGLESv2/
Dstubs_arm.cc273 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGenProgramPipelines);
1121 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGenProgramPipelines); in init_stub_library()
Dstubs_arm64.cc273 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGenProgramPipelines);
1121 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGenProgramPipelines); in init_stub_library()
Dstubs_riscv64.cc273 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGenProgramPipelines);
1121 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGenProgramPipelines); in init_stub_library()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in787 void API_ENTRY(glGenProgramPipelines)(GLsizei n, GLuint *pipelines) {
788 CALL_GL_API(glGenProgramPipelines, n, pipelines);
/frameworks/base/core/jni/
Dandroid_opengl_GLES31.cpp1101 glGenProgramPipelines( in android_glGenProgramPipelines__I_3II()
1139 glGenProgramPipelines( in android_glGenProgramPipelines__ILjava_nio_IntBuffer_2()
/frameworks/native/opengl/include/GLES3/
Dgl31.h1469 GL_APICALL void GL_APIENTRY glGenProgramPipelines (GLsizei n, GLuint *pipelines);
Dgl32.h1469 GL_APICALL void GL_APIENTRY glGenProgramPipelines (GLsizei n, GLuint *pipelines);
/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.txt20656 method public static void glGenProgramPipelines(int, int[], int);
20657 method public static void glGenProgramPipelines(int, java.nio.IntBuffer);
/frameworks/base/core/api/
Dcurrent.txt31589 method public static void glGenProgramPipelines(int, int[], int);
31590 method public static void glGenProgramPipelines(int, java.nio.IntBuffer);