Home
last modified time | relevance | path

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

123

/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");
DglwFunctions.inl27 glBindSamplerFunc bindSampler; variable
/external/angle/src/libANGLE/renderer/gl/
DStateManagerGL.cpp282 bindSampler(unit, 0); in deleteSampler()
507 void StateManagerGL::bindSampler(size_t unit, GLuint sampler) in bindSampler() function in rx::StateManagerGL
512 mFunctions->bindSampler(static_cast<GLuint>(unit), sampler); in bindSampler()
2481 bindSampler(samplerIndex, samplerGL->getSamplerID()); in syncSamplersState()
2485 bindSampler(samplerIndex, 0); in syncSamplersState()
3146 bindSampler(i, 0); in restoreTextureUnitsNativeContext()
DStateManagerGL.h179 void bindSampler(size_t unit, GLuint sampler);
DDispatchTableGL_autogen.cpp451 ASSIGN("glBindSampler", bindSampler); in initProcsDesktopGL()
1559 ASSIGN("glBindSampler", bindSampler); in initProcsDesktopGL()
2428 ASSIGN("glBindSampler", bindSampler); in initProcsGLES()
3239 bindSampler = &glBindSamplerNULL; in initProcsDesktopGLNULL()
4346 bindSampler = &glBindSamplerNULL; in initProcsDesktopGLNULL()
5214 bindSampler = &glBindSamplerNULL; in initProcsGLESNULL()
DBlitGL.cpp117 if (contextGL->getFunctions()->bindSampler) in willUseTextureUnit()
119 contextGL->getStateManager()->bindSampler(unit, 0); in willUseTextureUnit()
/external/angle/src/libANGLE/
DContext_gles_3_0_autogen.h19 void bindSampler(GLuint unit, SamplerID samplerPacked); \
/external/skqp/src/gpu/gl/
DGrGLTestInterface.cpp26 fFunctions.fBindSampler = bind_to_member(this, &GrGLTestInterface::bindSampler); in GrGLTestInterface()
/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/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessSamplersTests.cpp799 gl.bindSampler(0, m_so); in prepareSampler()
/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.h571 bool bindSampler(GLuint unit, GLuint sampler);

123