OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNIT_SQUARE
(Results
1 - 3
of
3
) sorted by null
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
ScriptYuvMeans1d.java
36
private static final Size
UNIT_SQUARE
= new Size(/*width*/1, /*height*/1);
41
return AllocationInfo.newInstance(Element.U8_3(getRS()),
UNIT_SQUARE
);
/external/deqp/modules/gles3/functional/
es3fMultiviewTests.cpp
52
static const float
UNIT_SQUARE
[16] = {
281
gl.vertexAttribPointer(0, 4, GL_FLOAT, GL_FALSE, 0, &
UNIT_SQUARE
[0]);
es3fRasterizerDiscardTests.cpp
54
static const float
UNIT_SQUARE
[16] =
353
glVertexAttribPointer (0, 4, GL_FLOAT, GL_FALSE, 0, &
UNIT_SQUARE
[0]);
Completed in 190 milliseconds