HomeSort by relevance Sort by last modified time
    Searched defs:getNumIndices (Results 1 - 25 of 39) sorted by null

1 2

  /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/swiftshader/src/OpenGL/libGLESv2/
IndexDataManager.cpp 66 inline GLsizei getNumIndices(const std::vector<GLsizei>& restartIndices, size_t i, GLsizei count)
102 GLsizei numIndices = getNumIndices(restartIndices, i, count);
116 GLsizei numIndices = getNumIndices(restartIndices, i, count);
131 GLsizei numIndices = getNumIndices(restartIndices, i, count);
157 GLsizei numIndices = getNumIndices(restartIndices, i, count);
178 GLsizei numIndices = getNumIndices(restartIndices, i, count);
246 unsigned int nbIndices = getNumIndices(restartIndices, i, count);
260 unsigned int nbIndices = getNumIndices(restartIndices, i, count);
  /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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 442 unsigned getNumIndices() const { // Note: always non-negative
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Operator.h 443 unsigned getNumIndices() const { // Note: always non-negative
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Operator.h 443 unsigned getNumIndices() const { // Note: always non-negative
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Operator.h 443 unsigned getNumIndices() const { // Note: always non-negative
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Operator.h 443 unsigned getNumIndices() const { // Note: always non-negative
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Operator.h 443 unsigned getNumIndices() const { // Note: always non-negative
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Operator.h 443 unsigned getNumIndices() const { // Note: always non-negative
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 442 unsigned getNumIndices() const { // Note: always non-negative
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Operator.h 443 unsigned getNumIndices() const { // Note: always non-negative
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Operator.h 443 unsigned getNumIndices() const { // Note: always non-negative
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Operator.h 443 unsigned getNumIndices() const { // Note: always non-negative
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Operator.h 443 unsigned getNumIndices() const { // Note: always non-negative
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Operator.h 443 unsigned getNumIndices() const { // Note: always non-negative
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Operator.h 443 unsigned getNumIndices() const { // Note: always non-negative
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperation.cpp 146 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 1000 milliseconds

1 2