Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DBlitGL.h184 GLint offsetLocation = -1; member
/external/angle/src/compiler/translator/
DValidateOutputs.cpp119 const size_t offsetLocation = location + elementIndex; in validate() local
DValidateVaryingLocations.cpp150 const int offsetLocation = location + elementIndex; in MarkVaryingLocations() local
/external/deqp/modules/gles3/functional/
Des3fDrawTests.cpp688 deInt32 offsetLocation = ctx.getAttribLocation(programID, "a_offset"); in renderTo() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DNativeInput.java629 public void offsetLocation(float xOffset, float yOffset) { in offsetLocation() method in NativeInput.MotionEvent
/external/deqp/modules/gles31/functional/
Des31fDrawTests.cpp824 deInt32 offsetLocation = ctx.getAttribLocation(programID, "a_offset"); in renderTo() local
Des31fGeometryShaderTests.cpp5586 const int offsetLocation = gl.getAttribLocation(m_program->getProgram(), "a_offset"); in iterate() local