Searched refs:setTextures (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnProgramBuilder.h | 50 wgpu::BindGroup setTextures(GrDawnGpu*,
|
H A D | GrDawnOpsRenderPass.cpp | 168 auto bindGroup = fCurrentProgram->setTextures(fGpu, geomProc, pipeline, geomProcTextures); in onBindTextures()
|
H A D | GrDawnProgramBuilder.cpp | 519 wgpu::BindGroup GrDawnProgram::setTextures(GrDawnGpu* gpu, in setTextures() function in GrDawnProgram
|
/third_party/skia/src/gpu/mtl/ |
H A D | GrMtlPipelineState.h | 53 void setTextures(const GrGeometryProcessor&,
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcRobustBufferAccessBehaviorTests.hpp | 469 void setTextures(const glw::Functions& gl, glw::GLuint id_destination, glw::GLuint id_source);
|
H A D | glcRobustBufferAccessBehaviorTests.cpp | 2459 setTextures(gl, destination_texture.m_id, source_texture.m_id); in iterate() 2477 setTextures(gl, destination_texture.m_id, source_texture.m_id); in iterate() 2502 setTextures(gl, destination_texture.m_id, source_texture.m_id); in iterate() 2641 void ImageLoadStoreTest::setTextures(const Functions& gl, glw::GLuint id_destination, glw::GLuint id_source) in setTextures() function in glcts::RobustBufferAccessBehavior::ImageLoadStoreTest
|
Completed in 9 milliseconds