OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getNumIndices
(Results
1 - 10
of
10
) sorted by null
/external/deqp/modules/glshared/
glsShaderPerformanceMeasurer.cpp
67
static inline int
getNumIndices
(int gridSizeX, int gridSizeY)
261
GLsizei numIndices = (GLsizei)
getNumIndices
(m_gridSizeX, m_gridSizeY);
/cts/tests/tests/openglperf/src/android/openglperf/cts/
Sphere.java
143
public int[]
getNumIndices
() {
/external/swiftshader/third_party/LLVM/include/llvm/
Operator.h
268
unsigned
getNumIndices
() const { // Note: always non-negative
Instructions.h
805
unsigned
getNumIndices
() const { // Note: always non-negative
[
all
...]
/external/llvm/include/llvm/IR/
Operator.h
411
unsigned
getNumIndices
() const { // Note: always non-negative
Instructions.h
[
all
...]
/external/deqp/modules/gles3/functional/
es3fPrimitiveRestartTests.cpp
110
int
getNumIndices
(void);
188
int PrimitiveRestartCase::
getNumIndices
(void)
253
DE_ASSERT(
getNumIndices
() == 0);
446
int numIndices =
getNumIndices
();
556
int numIndices =
getNumIndices
();
577
draw(0,
getNumIndices
());
602
int numIndices =
getNumIndices
();
es3fVertexTextureTests.cpp
245
int
getNumIndices
(void) const { return m_gridSize*m_gridSize*3*2; }
783
glDrawElements(GL_TRIANGLES, grid.
getNumIndices
(), GL_UNSIGNED_SHORT, grid.getIndexPtr());
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperation.cpp
142
deUint32
getNumIndices
(void) const { return getNumVertices(); }
[
all
...]
/external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp
196
int
getNumIndices
(void) const { return m_gridSize*m_gridSize*3*2; }
683
glDrawElements(GL_TRIANGLES, grid.
getNumIndices
(), GL_UNSIGNED_SHORT, grid.getIndexPtr());
[
all
...]
Completed in 2552 milliseconds