HomeSort by relevance Sort by last modified time
    Searched full:bindsampler (Results 1 - 25 of 40) sorted by null

1 2

  /frameworks/rs/
rsProgram.cpp 120 bindSampler(nullptr, ct, nullptr);
200 void Program::bindSampler(Context *rsc, uint32_t slot, Sampler *s) {
224 p->bindSampler(rsc, slot, static_cast<Sampler *>(s));
rsProgram.h 71 void bindSampler(Context *, uint32_t slot, Sampler *);
rsScriptC_LibGL.cpp 66 pf->bindSampler(rsc, slot, s);
rsFont.cpp 534 mFontShaderF->bindSampler(mRSC, 0, mFontSampler.get());
  /external/mesa3d/src/mapi/glapi/gen/
ARB_sampler_objects.xml 25 <function name="BindSampler" offset="assign">
  /external/deqp/modules/glshared/
glsSamplerObjectTest.cpp 523 gl.bindSampler(0, sampler);
540 gl.bindSampler(0, 0);
    [all...]
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 19 dst->bindSampler = src.bindSampler;
gluStateReset.cpp 325 gl.bindSampler(ndx, 0);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwFunctions.inl 26 glBindSamplerFunc bindSampler;
    [all...]
glwInitES30Direct.inl 16 gl->bindSampler = &glBindSampler;
glwInitES30.inl 16 gl->bindSampler = (glBindSamplerFunc) loader->get("glBindSampler");
glwInitES31Direct.inl 19 gl->bindSampler = &glBindSampler;
glwInitES32Direct.inl 19 gl->bindSampler = &glBindSampler;
glwInitES31.inl 19 gl->bindSampler = (glBindSamplerFunc) loader->get("glBindSampler");
glwInitES32.inl 19 gl->bindSampler = (glBindSamplerFunc) loader->get("glBindSampler");
    [all...]
glwInitGL33.inl 19 gl->bindSampler = (glBindSamplerFunc) loader->get("glBindSampler");
glwInitGL40.inl 20 gl->bindSampler = (glBindSamplerFunc) loader->get("glBindSampler");
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Program.java 189 public void bindSampler(Sampler vs, int slot)
  /external/deqp/modules/gles3/performance/
es3pStateChangeCallTests.cpp 546 bindSampler,
es3pRedundantStateChangeTests.cpp     [all...]
es3pStateChangeTests.cpp     [all...]
  /external/libmojo/mojo/gpu/
mojo_gles2_impl_autogen.cc 55 void MojoGLES2Impl::BindSampler(GLuint unit, GLuint sampler) {
56 NOTREACHED() << "Unimplemented BindSampler.";
    [all...]
mojo_gles2_impl_autogen.h 41 void BindSampler(GLuint unit, GLuint sampler) override;
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 26 gl->bindSampler = glBindSampler;
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.h 599 bool bindSampler(GLuint unit, GLuint sampler);

Completed in 1557 milliseconds

1 2