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

1 2 3

  /external/mesa3d/src/mapi/es2api/
ABI-check 20 glBindSampler
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_ftable.h 287 {"glBindSampler", (void*)glBindSampler},
gl2_client_context.h 318 glBindSampler_client_proc_t glBindSampler;
gl2_client_context.cpp 318 glBindSampler = (glBindSampler_client_proc_t) getProc("glBindSampler", userData);
    [all...]
gl2_entry.cpp 313 void glBindSampler(GLuint unit, GLuint sampler);
    [all...]
  /external/deqp/framework/egl/
egluStaticES30Library.inl 16 { "glBindSampler", (deFunctionPtr)glBindSampler },
  /prebuilts/ndk/r16/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 477 extern GL_APICALL void (* GL_APIENTRY glBindSampler) (GLuint unit, GLuint sampler);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 16 gl->bindSampler = &glBindSampler;
glwInitES31Direct.inl 19 gl->bindSampler = &glBindSampler;
glwInitES32Direct.inl 19 gl->bindSampler = &glBindSampler;
  /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 487 ES3F_ADD_API_CASE(bind_sampler, "Invalid glBindSampler() usage",
495 glBindSampler (maxTexImageUnits, sampler);
500 glBindSampler (1, -1);
506 glBindSampler (1, sampler);
    [all...]
es3fNegativeStateApiTests.cpp     [all...]
es3fIntegerStateQueryTests.cpp     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 276 void glBindSampler (deUint32 unit, deUint32 sampler);
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 45 #define glBindSampler wrap_glBindSampler
    [all...]
gles_undefine.h 45 #undef glBindSampler
  /frameworks/base/opengl/java/android/opengl/
GLES30.java     [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderApiTests.cpp 592 ctx.glBindSampler (maxTexImageUnits, sampler);
597 ctx.glBindSampler (1, -1);
603 ctx.glBindSampler (1, sampler);
    [all...]
  /device/generic/goldfish-opengl/system/include/GLES3/
gl3.h     [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
gl3.h     [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 27 gl->bindSampler = glBindSampler;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 489 glBindSampler(458, 458),
    [all...]

Completed in 345 milliseconds

1 2 3