/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/ |
D | esextcTextureBorderClampParameterBorderColorError.cpp | 65 gl.bindSampler(m_texture_unit, 0); in deinit() 98 gl.bindSampler(m_texture_unit, m_sampler_id); in initTest()
|
D | esextcTextureBorderClampSamplerParameterIWithWrongPname.cpp | 69 gl.bindSampler(m_texture_unit_index, 0); in deinit() 102 gl.bindSampler(m_texture_unit_index, m_sampler_id); in initTest()
|
D | esextcTextureBorderClampSamplerParameterIError.cpp | 68 gl.bindSampler(m_texture_unit_index, 0); in deinit() 98 gl.bindSampler(m_texture_unit_index, m_sampler_id); in initTest()
|
D | esextcTextureBorderClampParameterTextureBorderColor.cpp | 72 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()
|
D | esextcTextureBorderClampSamplingTexture.cpp | 443 gl.bindSampler(m_texture_unit, m_sampler_id); in iterate() 588 gl.bindSampler(m_texture_unit, 0); in deinit()
|
/external/deqp/modules/glshared/ |
D | glsSamplerObjectTest.cpp | 523 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/ |
D | gluES3PlusWrapperFuncs.inl | 19 dst->bindSampler = src.bindSampler;
|
D | gluStateReset.cpp | 325 gl.bindSampler(ndx, 0); in resetStateES() 960 gl.bindSampler(ndx, 0); in resetStateGLCore()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES30Direct.inl | 16 gl->bindSampler = &glBindSampler;
|
D | glwInitES31Direct.inl | 19 gl->bindSampler = &glBindSampler;
|
D | glwInitES32Direct.inl | 19 gl->bindSampler = &glBindSampler;
|
D | glwInitES30.inl | 16 gl->bindSampler = (glBindSamplerFunc) loader->get("glBindSampler");
|
D | glwFunctions.inl | 27 glBindSamplerFunc bindSampler; variable
|
/external/angle/src/libANGLE/renderer/gl/ |
D | StateManagerGL.cpp | 282 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()
|
D | StateManagerGL.h | 179 void bindSampler(size_t unit, GLuint sampler);
|
D | DispatchTableGL_autogen.cpp | 451 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()
|
D | BlitGL.cpp | 117 if (contextGL->getFunctions()->bindSampler) in willUseTextureUnit() 119 contextGL->getStateManager()->bindSampler(unit, 0); in willUseTextureUnit()
|
/external/angle/src/libANGLE/ |
D | Context_gles_3_0_autogen.h | 19 void bindSampler(GLuint unit, SamplerID samplerPacked); \
|
/external/skqp/src/gpu/gl/ |
D | GrGLTestInterface.cpp | 26 fFunctions.fBindSampler = bind_to_member(this, &GrGLTestInterface::bindSampler); in GrGLTestInterface()
|
/external/deqp/modules/gles3/performance/ |
D | es3pStateChangeCallTests.cpp | 546 bindSampler, in init()
|
D | es3pRedundantStateChangeTests.cpp | 1456 gl.bindSampler(0, m_samplers[0]); in init() 1461 gl.bindSampler(0, m_samplers[0]); in init()
|
D | es3pStateChangeTests.cpp | 1643 gl.bindSampler(0, m_samplers[ndx]); in init() 1651 gl.bindSampler(0, m_samplers[stateId]); in init()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessSamplersTests.cpp | 799 gl.bindSampler(0, m_so); in prepareSampler()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcKHRDebugTests.cpp | 1034 gl->bindSampler(0, id); in createSampler() 1035 gl->bindSampler(0, 0); in createSampler()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.h | 571 bool bindSampler(GLuint unit, GLuint sampler);
|