/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsSamplerObjectTest.cpp | 523 gl.bindSampler(0, sampler); in renderResults() 540 gl.bindSampler(0, 0); in renderResults() 1084 gl.bindSampler(0, sampler); in renderResults() 1086 gl.bindSampler(1, sampler); in renderResults() 1115 gl.bindSampler(0, 0); in renderResults() 1117 gl.bindSampler(1, 0); in renderResults()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 19 dst->bindSampler = src.bindSampler;
|
D | gluStateReset.cpp | 325 gl.bindSampler(ndx, 0); in resetStateES() 994 gl.bindSampler(ndx, 0); in resetStateGLCore()
|
/third_party/skia/third_party/externals/angle2/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() 2488 bindSampler(samplerIndex, samplerGL->getSamplerID()); in syncSamplersState() 2492 bindSampler(samplerIndex, 0); in syncSamplersState() 3153 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() 1548 ASSIGN("glBindSampler", bindSampler); in initProcsDesktopGL() 2417 ASSIGN("glBindSampler", bindSampler); in initProcsGLES() 3239 bindSampler = &glBindSamplerNULL; in initProcsDesktopGLNULL() 4335 bindSampler = &glBindSamplerNULL; in initProcsDesktopGLNULL() 5203 bindSampler = &glBindSamplerNULL; in initProcsGLESNULL()
|
D | BlitGL.cpp | 117 if (contextGL->getFunctions()->bindSampler) in willUseTextureUnit() 119 contextGL->getStateManager()->bindSampler(unit, 0); in willUseTextureUnit()
|
/third_party/vk-gl-cts/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 | glwInitES31.inl | 19 gl->bindSampler = (glBindSamplerFunc) loader->get("glBindSampler");
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/ |
D | webgl2.js | 543 bindSampler: function (...args) { method
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gles_3_0_autogen.h | 19 void bindSampler(GLuint unit, SamplerID samplerPacked); \
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessSamplersTests.cpp | 799 gl.bindSampler(0, m_so); in prepareSampler()
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcKHRDebugTests.cpp | 1034 gl->bindSampler(0, id); in createSampler() 1035 gl->bindSampler(0, 0); in createSampler()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.h | 571 bool bindSampler(GLuint unit, GLuint sampler);
|