Searched refs:glGenSamplers (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1484 // C function void glGenSamplers ( GLsizei count, GLuint *samplers )
1486 public static native void glGenSamplers( method in class:GLES30
1492 // C function void glGenSamplers ( GLsizei count, GLuint *samplers )
1494 public static native void glGenSamplers( method in class:GLES30
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto481 glGenSamplers = 455;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec86 void glGenSamplers ( GLsizei count, GLuint *samplers )
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h908 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
H A Dgl31.h908 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1287 const GLMessage_Function GLMessage::glGenSamplers; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1635 static const Function glGenSamplers = GLMessage_Function_glGenSamplers; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp9336 glmsg.set_function(GLMessage::glGenSamplers);
9353 glContext->hooks->gl.glGenSamplers(count, samplers);
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp4013 /* void glGenSamplers ( GLsizei count, GLuint *samplers ) */
4041 glGenSamplers(
4056 /* void glGenSamplers ( GLsizei count, GLuint *samplers ) */
4070 glGenSamplers(
5176 {"glGenSamplers", "(I[II)V", (void *) android_glGenSamplers__I_3II },
5177 {"glGenSamplers", "(ILjava/nio/IntBuffer;)V", (void *) android_glGenSamplers__ILjava_nio_IntBuffer_2 },

Completed in 165 milliseconds