Home
last modified time | relevance | path

Searched defs:triangleCount (Results 1 – 18 of 18) sorted by relevance

/external/deqp/modules/glshared/
DglsStateChangePerfTestCases.cpp104 void genIndices (vector<GLushort>& indices, int triangleCount) in genIndices()
116 void genCoords (vector<GLfloat>& coords, int triangleCount) in genCoords()
211 …const char* name, const char* description, DrawType drawType, int drawCallCount, int triangleCount) in StateChangePerformanceCase()
DglsTextureBufferCase.cpp578 int triangleCount, in renderGL()
658 int triangleCount, in renderReference()
766 const int triangleCount = 8; in render() local
/external/deqp/modules/gles3/performance/
Des3pRedundantStateChangeTests.cpp60 …ase::RedundantStateChangeCase (Context& context, int drawCallCount, int triangleCount, bool drawAr… in RedundantStateChangeCase()
Des3pStateChangeTests.cpp61 StateChangeCase::StateChangeCase (Context& context, int drawCallCount, int triangleCount, bool draw… in StateChangeCase()
/external/deqp/modules/gles2/performance/
Des2pRedundantStateChangeTests.cpp60 …ase::RedundantStateChangeCase (Context& context, int drawCallCount, int triangleCount, bool drawAr… in RedundantStateChangeCase()
Des2pStateChangeTests.cpp61 StateChangeCase::StateChangeCase (Context& context, int drawCallCount, int triangleCount, bool draw… in StateChangeCase()
Des2pDrawCallBatchingTests.cpp77 int triangleCount; member
1046 int triangleCount = triangleCounts[triangleCountNdx]; in init() local
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/values/
DUnweightedMeshSpawnShapeValue.java14 private int positionOffset, vertexSize, vertexCount, triangleCount; field in UnweightedMeshSpawnShapeValue
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Ddemo.c342 const long triangleCount = longitudeCount * latitudeCount * 2; in createSuperShape() local
488 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2; in createGroundPlane() local
/external/deqp/modules/gles3/functional/
Des3fPixelBufferObjectTests.cpp452 int triangleCount = m_random.getInt(minTriangleCount, maxTriangleCount); in iterate() local
/external/libgdx/extensions/gdx-bullet/jni/swig/softbody/
DbtSoftBody.i178 void getIndices(short *buffer, int triangleCount) { in getIndices()
/external/jmonkeyengine/engine/src/core/com/jme3/util/
DTangentBinormalGenerator.java495 int triangleCount = 0; in processTriangleData() local
/external/deqp/modules/gles31/functional/
Des31fDrawTests.cpp1045 const int triangleCount = m_gridSize * m_gridSize * 2; in ComputeShaderGeneratedCase() local
1343 const int triangleCount = m_gridSize * m_gridSize * 2; in createDrawCommand() local
/external/deqp/modules/egl/
DteglGLES2SharedRenderingPerfTests.cpp78 int triangleCount; member
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
DPolygonSpriteBatch.java753 final int triangleCount = count / SPRITE_SIZE * 6; in draw() local
/external/skia/src/gpu/
DSkGpuDevice.cpp1629 int triangleCount = 0; in drawVertices() local
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
DbtSoftBody.java4379 public void getIndices(java.nio.ShortBuffer buffer, int triangleCount) { in getIndices()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
Dsoftbody_wrap.cpp2014 SWIGINTERN void btSoftBody_getIndices(btSoftBody *self,short *buffer,int triangleCount){ in btSoftBody_getIndices()