Searched refs:glIsSampler (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto483 glIsSampler = 457;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec88 GLboolean glIsSampler ( GLuint sampler )
/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1514 // C function GLboolean glIsSampler ( GLuint sampler )
1516 public static native boolean glIsSampler( method in class:GLES30
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h1033 GL_APICALL GLboolean GL_APIENTRY glIsSampler (GLuint sampler);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1098 const GLMessage_Function GLMessage::glIsSampler; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1446 static const Function glIsSampler = GLMessage_Function_glIsSampler; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp9407 glmsg.set_function(GLMessage::glIsSampler);
9418 GLboolean retValue = glContext->hooks->gl.glIsSampler(sampler);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp4143 /* GLboolean glIsSampler ( GLuint sampler ) */
4148 _returnValue = glIsSampler(
5178 {"glIsSampler", "(I)Z", (void *) android_glIsSampler__I },

Completed in 227 milliseconds