HomeSort by relevance Sort by last modified time
    Searched refs:numIndices (Results 26 - 33 of 33) sorted by null

12

  /external/deqp/modules/glshared/
glsRandomShaderCase.cpp 206 int numIndices = numQuads*6;
207 m_indices.resize(numIndices);
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 557 const int numIndices = numQuads*6;
562 vector<deUint16> indices (numIndices);
816 gl.drawElements(GL_TRIANGLES, numIndices, GL_UNSIGNED_SHORT, &indices[0]);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 96 static void uploadUniformIndices (const glw::Functions& gl, deUint32 program, const char* varPrefix, int numIndices, const int* indices)
98 for (int varNdx = 0; varNdx < numIndices; varNdx++)
    [all...]
es31fTessellationTests.cpp     [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 226 static void uploadUniformIndices (UniformSetup* uniformSetup, int numIndices, const int* indices, deUint32& bindingLocation)
228 for (int varNdx = 0; varNdx < numIndices; varNdx++)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
collision_wrap.cpp     [all...]

Completed in 536 milliseconds

12