/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 | glwInitES31.inl | 19 gl->bindSampler = (glBindSamplerFunc) loader->get("glBindSampler");
|
D | glwFunctions.inl | 27 glBindSamplerFunc bindSampler; variable
|
D | glwInitES32.inl | 19 gl->bindSampler = (glBindSamplerFunc) loader->get("glBindSampler");
|
D | glwInitGL33.inl | 19 gl->bindSampler = (glBindSamplerFunc) loader->get("glBindSampler");
|
D | glwInitGL40.inl | 20 gl->bindSampler = (glBindSamplerFunc) loader->get("glBindSampler");
|
/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/skia/src/gpu/gl/ |
D | GrGLTestInterface.cpp | 26 fFunctions.fBindSampler = bind_to_member(this, &GrGLTestInterface::bindSampler); in GrGLTestInterface()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessSamplersTests.cpp | 799 gl.bindSampler(0, m_so); in prepareSampler()
|
/external/skqp/src/gpu/gl/ |
D | GrGLTestInterface.cpp | 26 fFunctions.fBindSampler = bind_to_member(this, &GrGLTestInterface::bindSampler); in GrGLTestInterface()
|
/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 | 599 bool bindSampler(GLuint unit, GLuint sampler);
|