Home
last modified time | relevance | path

Searched defs:color_location (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cTransformFeedbackTests.cpp4410 glw::GLuint color_location = gl.getAttribLocation(program_id, "color"); in bindBOForDraw() local
6438 glw::GLuint color_location = gl.getAttribLocation(m_program_id_draw, "color"); in drawStreamInstanced() local
6500 glw::GLuint color_location = gl.getAttribLocation(m_program_id_draw, "color"); in clean() local
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp362 …SL::remap_ext_framebuffer_fetch(uint32_t input_attachment_index, uint32_t color_location, bool coh… in remap_ext_framebuffer_fetch()