OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getQuadLDRU
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp
190
Vec4
getQuadLDRU
(int col, int row) const; //!< Vec4(leftX, downY, rightX, upY)
208
Vec4 PosTexCoordQuadGrid<TexType>::
getQuadLDRU
(int col, int row) const
339
const Vec4 ldru = grid.
getQuadLDRU
(x, y) * 0.5f + 0.5f; // [-1, 1] -> [0, 1]
[
all
...]
/external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp
240
Vec4
getQuadLDRU
(int col, int row) const; //!< Vec4(leftX, downY, rightX, upY)
258
Vec4 PosTexCoordQuadGrid<TexType>::
getQuadLDRU
(int col, int row) const
435
const Vec4 ldru = grid.
getQuadLDRU
(x, y) * 0.5f + 0.5f; // [-1, 1] -> [0, 1]
[
all
...]
Completed in 1232 milliseconds