Home
last modified time | relevance | path

Searched refs:bindSampler (Results 1 – 25 of 44) sorted by relevance

12

/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
DesextcTextureBorderClampParameterBorderColorError.cpp65 gl.bindSampler(m_texture_unit, 0); in deinit()
98 gl.bindSampler(m_texture_unit, m_sampler_id); in initTest()
DesextcTextureBorderClampSamplerParameterIWithWrongPname.cpp69 gl.bindSampler(m_texture_unit_index, 0); in deinit()
102 gl.bindSampler(m_texture_unit_index, m_sampler_id); in initTest()
DesextcTextureBorderClampSamplerParameterIError.cpp68 gl.bindSampler(m_texture_unit_index, 0); in deinit()
98 gl.bindSampler(m_texture_unit_index, m_sampler_id); in initTest()
DesextcTextureBorderClampParameterTextureBorderColor.cpp72 gl.bindSampler(m_texture_unit_index, 0); in deinit()
145 gl.bindSampler(m_texture_unit_index, m_sampler_id); in iterate()
388 gl.bindSampler(m_texture_unit_index, 0); in iterate()
DesextcTextureBorderClampSamplingTexture.cpp443 gl.bindSampler(m_texture_unit, m_sampler_id); in iterate()
588 gl.bindSampler(m_texture_unit, 0); in deinit()
/external/deqp/modules/glshared/
DglsSamplerObjectTest.cpp523 gl.bindSampler(0, sampler); in renderResults()
540 gl.bindSampler(0, 0); in renderResults()
1086 gl.bindSampler(0, sampler); in renderResults()
1088 gl.bindSampler(1, sampler); in renderResults()
1117 gl.bindSampler(0, 0); in renderResults()
1119 gl.bindSampler(1, 0); in renderResults()
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl19 dst->bindSampler = src.bindSampler;
DgluStateReset.cpp325 gl.bindSampler(ndx, 0); in resetStateES()
960 gl.bindSampler(ndx, 0); in resetStateGLCore()
/external/deqp/framework/opengl/wrapper/
DglwInitES30Direct.inl16 gl->bindSampler = &glBindSampler;
DglwInitES31Direct.inl19 gl->bindSampler = &glBindSampler;
DglwInitES32Direct.inl19 gl->bindSampler = &glBindSampler;
DglwInitES30.inl16 gl->bindSampler = (glBindSamplerFunc) loader->get("glBindSampler");
DglwInitES31.inl19 gl->bindSampler = (glBindSamplerFunc) loader->get("glBindSampler");
DglwFunctions.inl27 glBindSamplerFunc bindSampler; variable
DglwInitES32.inl19 gl->bindSampler = (glBindSamplerFunc) loader->get("glBindSampler");
DglwInitGL33.inl19 gl->bindSampler = (glBindSamplerFunc) loader->get("glBindSampler");
DglwInitGL40.inl20 gl->bindSampler = (glBindSamplerFunc) loader->get("glBindSampler");
/external/deqp/modules/gles3/performance/
Des3pStateChangeCallTests.cpp546 bindSampler, in init()
Des3pRedundantStateChangeTests.cpp1456 gl.bindSampler(0, m_samplers[0]); in init()
1461 gl.bindSampler(0, m_samplers[0]); in init()
Des3pStateChangeTests.cpp1643 gl.bindSampler(0, m_samplers[ndx]); in init()
1651 gl.bindSampler(0, m_samplers[stateId]); in init()
/external/skia/src/gpu/gl/
DGrGLTestInterface.cpp26 fFunctions.fBindSampler = bind_to_member(this, &GrGLTestInterface::bindSampler); in GrGLTestInterface()
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessSamplersTests.cpp799 gl.bindSampler(0, m_so); in prepareSampler()
/external/skqp/src/gpu/gl/
DGrGLTestInterface.cpp26 fFunctions.fBindSampler = bind_to_member(this, &GrGLTestInterface::bindSampler); in GrGLTestInterface()
/external/deqp/external/openglcts/modules/common/
DglcKHRDebugTests.cpp1034 gl->bindSampler(0, id); in createSampler()
1035 gl->bindSampler(0, 0); in createSampler()
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h599 bool bindSampler(GLuint unit, GLuint sampler);

12