Home
last modified time | relevance | path

Searched defs:offsetLocation (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DBlitGL.h184 GLint offsetLocation = -1; member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DValidateOutputs.cpp119 const size_t offsetLocation = location + elementIndex; in validate() local
DValidateVaryingLocations.cpp150 const int offsetLocation = location + elementIndex; in MarkVaryingLocations() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fDrawTests.cpp688 deInt32 offsetLocation = ctx.getAttribLocation(programID, "a_offset"); in renderTo() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fDrawTests.cpp824 deInt32 offsetLocation = ctx.getAttribLocation(programID, "a_offset"); in renderTo() local
Des31fShaderImageLoadStoreTests.cpp2533 deUint32 offsetLocation = glLog.glGetUniformLocation(program.getProgram(), "offset"); in iterate() local
Des31fGeometryShaderTests.cpp5634 const int offsetLocation = gl.getAttribLocation(m_program->getProgram(), "a_offset"); in iterate() local