Home
last modified time | relevance | path

Searched refs:setSamplerState (Results 1 – 10 of 10) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
DglsSamplerObjectTest.hpp78 static void setSamplerState (const glw::Functions& gl, SamplingState state, GLuint sampler);
137 static void setSamplerState (const glw::Functions& gl, SamplingState state, GLuint sampler);
DglsSamplerObjectTest.cpp101 void TextureSamplerTest::setSamplerState (const glw::Functions& gl, SamplingState state, GLuint sam… in setSamplerState() function in deqp::gls::TextureSamplerTest
527 setSamplerState(gl, m_samplerState, sampler); in renderResults()
613 void MultiTextureSamplerTest::setSamplerState (const glw::Functions& gl, SamplingState state, GLuin… in setSamplerState() function in deqp::gls::MultiTextureSamplerTest
1090 setSamplerState(gl, m_samplerState, sampler); in renderResults()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_command_buffer.h364 return setSamplerState(gl::ShaderType::Vertex, state, lodMinClamp, lodMaxClamp, index); in setVertexSamplerState()
391 return setSamplerState(gl::ShaderType::Fragment, state, lodMinClamp, lodMaxClamp, index); in setFragmentSamplerState()
415 RenderCommandEncoder &setSamplerState(gl::ShaderType shaderType,
616 ComputeCommandEncoder &setSamplerState(id<MTLSamplerState> state,
Dmtl_command_buffer.mm1561 RenderCommandEncoder &RenderCommandEncoder::setSamplerState(gl::ShaderType shaderType,
2215 ComputeCommandEncoder &ComputeCommandEncoder::setSamplerState(id<MTLSamplerState> state,
2225 [get() setSamplerState:state lodMinClamp:lodMinClamp lodMaxClamp:lodMaxClamp atIndex:index];
DTextureMtl.mm1542 cmdEncoder->setSamplerState(shaderType, samplerState, minLodClamp, maxLodClamp,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.h109 angle::Result setSamplerState(const gl::Context *context,
DRenderer9.cpp978 angle::Result Renderer9::setSamplerState(const gl::Context *context, in setSamplerState() function in rx::Renderer9
3237 ANGLE_TRY(setSamplerState(context, shaderType, samplerIndex, texture, samplerState)); in applyTextures()
3249 ANGLE_TRY(setSamplerState(context, shaderType, samplerIndex, incompleteTexture, in applyTextures()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.h361 angle::Result setSamplerState(const gl::Context *context,
DStateManager11.cpp2646 angle::Result StateManager11::setSamplerState(const gl::Context *context, in setSamplerState() function in rx::StateManager11
2790 ANGLE_TRY(setSamplerState(context, shaderType, samplerIndex, texture, samplerState)); in applyTexturesForSRVs()
2803 ANGLE_TRY(setSamplerState(context, shaderType, samplerIndex, incompleteTexture, in applyTexturesForSRVs()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm469 [compute setSamplerState:sampler->GetMTLSamplerState()