OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:offsetLocation
(Results
1 - 5
of
5
) sorted by null
/external/deqp/modules/gles3/functional/
es3fDrawTests.cpp
688
deInt32
offsetLocation
= ctx.getAttribLocation(programID, "a_offset");
730
ctx.vertexAttribPointer(
offsetLocation
, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL);
731
ctx.vertexAttribDivisor(
offsetLocation
, 1);
732
ctx.enableVertexAttribArray(
offsetLocation
);
[
all
...]
/external/deqp/modules/gles31/functional/
es31fDrawTests.cpp
820
deInt32
offsetLocation
= ctx.getAttribLocation(programID, "a_offset");
865
ctx.vertexAttribPointer(
offsetLocation
, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL);
866
ctx.vertexAttribDivisor(
offsetLocation
, 1);
867
ctx.enableVertexAttribArray(
offsetLocation
);
[
all
...]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowMotionEvent.java
810
event.
offsetLocation
(deltaX, deltaY);
[
all
...]
NativeInput.java
629
public void
offsetLocation
(float xOffset, float yOffset) {
/cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java
322
mMotionEvent2.
offsetLocation
(offsetX, offsetY);
664
event.
offsetLocation
(-3, -2);
[
all
...]
Completed in 506 milliseconds