Home
last modified time | relevance | path

Searched defs:position_loc (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMultisampleCompatibilityTest.cpp39 GLuint position_loc = glGetAttribLocation(mProgram, essl1_shaders::PositionAttrib()); variable
49 glEnableVertexAttribArray(position_loc); variable
H A DFramebufferMixedSamplesTest.cpp40 GLuint position_loc = glGetAttribLocation(mProgram, essl1_shaders::PositionAttrib()); variable
51 glEnableVertexAttribArray(position_loc); variable
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pipeline.c1056 uint32_t pointsize_loc = 0xff, position_loc = 0xff, layer_loc = 0xff, view_loc = 0xff; in tu6_emit_vpc() local

Completed in 7 milliseconds