Home
last modified time | relevance | path

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

/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.cpp820 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