HomeSort by relevance Sort by last modified time
    Searched refs:glBindSampler (Results 1 - 25 of 25) sorted by null

  /external/deqp/framework/egl/
egluStaticES30Library.inl 86 { "glBindSampler", (deFunctionPtr)glBindSampler },
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.c 104 FIND_PROC(glBindSampler);
210 !glBindSampler ||
322 GL_APICALL void (* GL_APIENTRY glBindSampler) (GLuint unit, GLuint sampler);
gl3stub.h 464 extern GL_APICALL void (* GL_APIENTRY glBindSampler) (GLuint unit, GLuint sampler)
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.c 105 FIND_PROC( glBindSampler );
156 || !glIsSampler || !glBindSampler || !glSamplerParameteri
449 GL_APICALL void (* GL_APIENTRY glBindSampler)( GLuint unit, GLuint sampler );
gl3stub.h 474 extern GL_APICALL void (* GL_APIENTRY glBindSampler) (GLuint unit, GLuint sampler);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 228 gl->bindSampler = &glBindSampler;
glwApi.inl 329 #define glBindSampler glwBindSampler
    [all...]
  /external/deqp/modules/gles3/functional/
es3fLifetimeTests.cpp 181 void bind (GLuint name) { glBindSampler(0, name); }
es3fNegativeShaderApiTests.cpp 482 ES3F_ADD_API_CASE(bind_sampler, "Invalid glBindSampler() usage",
490 glBindSampler (maxTexImageUnits, sampler);
495 glBindSampler (1, -1);
501 glBindSampler (1, sampler);
    [all...]
es3fNegativeStateApiTests.cpp     [all...]
es3fIntegerStateQueryTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderApiTests.cpp 511 ctx.glBindSampler (maxTexImageUnits, sampler);
516 ctx.glBindSampler (1, -1);
522 ctx.glBindSampler (1, sampler);
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 329 gl->bindSampler = glBindSampler;
tcuNullRenderContextFuncs.inl     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 276 void glBindSampler (deUint32 unit, deUint32 sampler);
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /external/chromium_org/third_party/angle/include/GLES3/
gl3.h     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glprocs.h 664 "glBindSampler\0"
    [all...]
  /external/deqp/framework/opengl/
gluCallLogWrapperApi.inl 329 void glBindSampler (glw::GLuint unit, glw::GLuint sampler);
    [all...]
gluCallLogWrapper.inl     [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl_mangle.h 95 #define glBindSampler MANGLE(BindSampler)
    [all...]
glext.h     [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 95 #define glBindSampler MANGLE(BindSampler)
    [all...]
glext.h     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
libGLESv2.cpp     [all...]

Completed in 100 milliseconds