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

1 2

  /frameworks/rs/
rsProgram.h 71 void bindSampler(Context *, uint32_t slot, Sampler *);
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));
rsScriptC_LibGL.cpp 66 pf->bindSampler(rsc, slot, s);
  /external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
esextcTextureBorderClampParameterBorderColorError.cpp 65 gl.bindSampler(m_texture_unit, 0);
98 gl.bindSampler(m_texture_unit, m_sampler_id);
esextcTextureBorderClampSamplerParameterIError.cpp 68 gl.bindSampler(m_texture_unit_index, 0);
98 gl.bindSampler(m_texture_unit_index, m_sampler_id);
esextcTextureBorderClampSamplerParameterIWithWrongPname.cpp 69 gl.bindSampler(m_texture_unit_index, 0);
102 gl.bindSampler(m_texture_unit_index, m_sampler_id);
esextcTextureBorderClampParameterTextureBorderColor.cpp 72 gl.bindSampler(m_texture_unit_index, 0);
145 gl.bindSampler(m_texture_unit_index, m_sampler_id);
388 gl.bindSampler(m_texture_unit_index, 0);
esextcTextureBorderClampSamplingTexture.cpp 443 gl.bindSampler(m_texture_unit, m_sampler_id);
588 gl.bindSampler(m_texture_unit, 0);
    [all...]
  /external/deqp/modules/glshared/
glsSamplerObjectTest.cpp 523 gl.bindSampler(0, sampler);
540 gl.bindSampler(0, 0);
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Program.java 189 public void bindSampler(Sampler vs, int slot)
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 19 dst->bindSampler = src.bindSampler;
gluStateReset.cpp 325 gl.bindSampler(ndx, 0);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 16 gl->bindSampler = &glBindSampler;
glwInitES31Direct.inl 19 gl->bindSampler = &glBindSampler;
glwInitES30.inl 16 gl->bindSampler = (glBindSamplerFunc) loader->get("glBindSampler");
glwInitES32Direct.inl 19 gl->bindSampler = &glBindSampler;
glwFunctions.inl 27 glBindSamplerFunc bindSampler;
    [all...]
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");
  /external/deqp/external/openglcts/modules/gl/
gl4cDirectStateAccessSamplersTests.cpp 799 gl.bindSampler(0, m_so);
gl4cKHRDebugTests.cpp 1055 gl->bindSampler(0, id);
1056 gl->bindSampler(0, 0);
1057 GLU_EXPECT_NO_ERROR(gl->getError(), "GenSamplers / BindSampler");
    [all...]
  /external/deqp/modules/gles3/performance/
es3pStateChangeCallTests.cpp 546 bindSampler,
es3pRedundantStateChangeTests.cpp     [all...]
es3pStateChangeTests.cpp     [all...]

Completed in 1290 milliseconds

1 2