Searched refs:glGenSamplers (Results 1 - 8 of 8) 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.h1031 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint* samplers);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1096 const GLMessage_Function GLMessage::glGenSamplers; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1444 static const Function glGenSamplers = GLMessage_Function_glGenSamplers; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp9337 glmsg.set_function(GLMessage::glGenSamplers);
9354 glContext->hooks->gl.glGenSamplers(count, samplers);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp4011 /* void glGenSamplers ( GLsizei count, GLuint *samplers ) */
4039 glGenSamplers(
4054 /* void glGenSamplers ( GLsizei count, GLuint *samplers ) */
4068 glGenSamplers(
5174 {"glGenSamplers", "(I[II)V", (void *) android_glGenSamplers__I_3II },
5175 {"glGenSamplers", "(ILjava/nio/IntBuffer;)V", (void *) android_glGenSamplers__ILjava_nio_IntBuffer_2 },

Completed in 108 milliseconds