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

1 2 3

  /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;
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 484 glBindSampler = 458;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES30.spec 89 void glBindSampler ( GLuint unit, GLuint sampler )
  /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;
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 276 void glBindSampler (deUint32 unit, deUint32 sampler);
  /frameworks/base/opengl/java/android/opengl/
GLES30.java     [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /external/chromium_org/third_party/angle/include/GLES3/
gl3.h     [all...]
  /frameworks/native/opengl/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/GLES3/
gl3.h     [all...]

Completed in 112 milliseconds

1 2 3