OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:positionBuf
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles3/functional/
es3fDrawTests.cpp
682
deUint32
positionBuf
= 0;
720
ctx.genBuffers(1, &
positionBuf
);
721
ctx.bindBuffer(GL_ARRAY_BUFFER,
positionBuf
);
764
ctx.deleteBuffers(1, &
positionBuf
);
[
all
...]
/external/deqp/modules/gles31/functional/
es31fDrawTests.cpp
813
deUint32
positionBuf
= 0;
855
ctx.genBuffers(1, &
positionBuf
);
856
ctx.bindBuffer(GL_ARRAY_BUFFER,
positionBuf
);
927
ctx.deleteBuffers(1, &
positionBuf
);
[
all
...]
Completed in 221 milliseconds