Home
last modified time | relevance | path

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

/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java598 public static native void glPointParameterxvOES( in glPointParameterxvOES() method in GLES11Ext
606 public static native void glPointParameterxvOES( in glPointParameterxvOES() method in GLES11Ext
/aosp12/frameworks/libs/native_bridge_support/libGLESv1_CM/
H A Dstubs_arm64.cc231 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPointParameterxvOES);
511 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glPointParameterxvOES); in init_stub_library()
H A Dstubs_arm.cc231 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPointParameterxvOES);
511 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glPointParameterxvOES); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv1_CM.map.txt214 glPointParameterxvOES;
H A Dentries_gles1.in223 GL_ENTRY(void, glPointParameterxvOES, GLenum pname, const GLfixed *params)
H A Dentries.in658 GL_ENTRY(void, glPointParameterxvOES, GLenum pname, const GLfixed *params)
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec42 void glPointParameterxvOES ( GLenum pname, const GLfixed *params )
/aosp12/frameworks/native/opengl/libs/GLES_CM/
H A Dglext_api.in115 void API_ENTRY(glPointParameterxvOES)(GLenum pname, const GLfixed *params) {
116 CALL_GL_API(glPointParameterxvOES, pname, params);
/aosp12/frameworks/native/opengl/include/GLES/
H A Dglext.h235 GL_API void GL_APIENTRY glPointParameterxvOES (GLenum pname, const GLfixed *params);
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp2196 glPointParameterxvOES( in android_glPointParameterxvOES__I_3II()
2234 glPointParameterxvOES( in android_glPointParameterxvOES__ILjava_nio_IntBuffer_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.txt28595 method public static void glPointParameterxvOES(int, int[], int);
28596 method public static void glPointParameterxvOES(int, java.nio.IntBuffer);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt19543 method public static void glPointParameterxvOES(int, int[], int);
19544 method public static void glPointParameterxvOES(int, java.nio.IntBuffer);