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

/frameworks/native/opengl/libs/GLES_trace/proto/
H A Dgltrace.proto485 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.h910 GL_APICALL GLboolean GL_APIENTRY glIsSampler (GLuint sampler);
H A Dgl31.h910 GL_APICALL GLboolean GL_APIENTRY glIsSampler (GLuint sampler);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp4265 /* GLboolean glIsSampler ( GLuint sampler ) */
4270 _returnValue = glIsSampler(
5300 {"glIsSampler", "(I)Z", (void *) android_glIsSampler__I },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp9406 glmsg.set_function(GLMessage::glIsSampler);
9417 GLboolean retValue = glContext->hooks->gl.glIsSampler(sampler);
[all...]

Completed in 137 milliseconds