OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGridWidth
(Results
1 - 6
of
6
) sorted by null
/external/deqp/modules/glshared/
glsShaderPerformanceCase.hpp
65
int
getGridWidth
(void) const { return m_measurer.
getGridWidth
(); }
glsShaderPerformanceMeasurer.hpp
92
int
getGridWidth
(void) const { return m_gridSizeX; }
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.h
60
int
getGridWidth
() const { return GRID_WIDTH; }
proximity_info_state.cpp
62
mGridHeight = proximityInfo->
getGridWidth
();
/external/deqp/modules/gles2/performance/
es2pShaderControlStatementTests.cpp
305
int numVertices = (
getGridWidth
() + 1) * (getGridHeight() + 1);
362
DE_ASSERT((int)m_comparisonValueArray.size() == numComponents * (
getGridWidth
() + 1) * (getGridHeight() + 1));
581
int numVertices = (
getGridWidth
() + 1) * (getGridHeight() + 1);
635
DE_ASSERT((int)m_boundArray.size() == numComponents * (
getGridWidth
() + 1) * (getGridHeight() + 1));
/external/deqp/modules/gles3/performance/
es3pShaderControlStatementTests.cpp
309
int numVertices = (
getGridWidth
() + 1) * (getGridHeight() + 1);
366
DE_ASSERT((int)m_comparisonValueArray.size() == numComponents * (
getGridWidth
() + 1) * (getGridHeight() + 1));
589
int numVertices = (
getGridWidth
() + 1) * (getGridHeight() + 1);
643
DE_ASSERT((int)m_boundArray.size() == numComponents * (
getGridWidth
() + 1) * (getGridHeight() + 1));
Completed in 279 milliseconds