Home
last modified time | relevance | path

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

123

/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/modules/glshared/
DglsSamplerObjectTest.cpp523 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/
DgluES3PlusWrapperFuncs.inl19 dst->bindSampler = src.bindSampler;
DgluStateReset.cpp325 gl.bindSampler(ndx, 0); in resetStateES()
994 gl.bindSampler(ndx, 0); in resetStateGLCore()
/third_party/skia/third_party/externals/angle2/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()
2488 bindSampler(samplerIndex, samplerGL->getSamplerID()); in syncSamplersState()
2492 bindSampler(samplerIndex, 0); in syncSamplersState()
3153 bindSampler(i, 0); in restoreTextureUnitsNativeContext()
DStateManagerGL.h179 void bindSampler(size_t unit, GLuint sampler);
DDispatchTableGL_autogen.cpp451 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()
DBlitGL.cpp117 if (contextGL->getFunctions()->bindSampler) in willUseTextureUnit()
119 contextGL->getStateManager()->bindSampler(unit, 0); in willUseTextureUnit()
/third_party/vk-gl-cts/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");
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl2.js543 bindSampler: function (...args) { method
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_3_0_autogen.h19 void bindSampler(GLuint unit, SamplerID samplerPacked); \
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessSamplersTests.cpp799 gl.bindSampler(0, m_so); in prepareSampler()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcKHRDebugTests.cpp1034 gl->bindSampler(0, id); in createSampler()
1035 gl->bindSampler(0, 0); in createSampler()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.h571 bool bindSampler(GLuint unit, GLuint sampler);

123