HomeSort by relevance Sort by last modified time
    Searched refs:getNumVertices (Results 1 - 8 of 8) sorted by null

  /external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
Mesh.h 69 int getNumVertices() const { return num_vertexs_; }
PnPProblem.cpp 162 for( int i = 0; i < mesh->getNumVertices(); i++)
  /external/deqp/modules/glshared/
glsShaderPerformanceMeasurer.cpp 62 static inline int getNumVertices (int gridSizeX, int gridSizeY)
306 deInt64 numVertices = (deInt64)getNumVertices(m_gridSizeX, m_gridSizeY) * numQuadGrids;
326 deInt64 numVertices = (deInt64)getNumVertices(m_gridSizeX, m_gridSizeY) * numQuadGrids;
glsShaderRenderCase.cpp 141 int getNumVertices (void) const { return m_numVertices; }
542 const int numElements = quadGrid.getNumVertices();
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp 128 int getNumVertices (void) const { return m_numVertices; }
    [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp 343 static inline int getNumVertices (int gridSizeX, int gridSizeY)
353 dst.resize(getNumVertices(gridSizeX, gridSizeY) * numComponents);
846 const int numVertices = getNumVertices(m_gridSizeX, m_gridSizeY);
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp 343 static inline int getNumVertices (int gridSizeX, int gridSizeY)
353 dst.resize(getNumVertices(gridSizeX, gridSizeY) * numComponents);
846 const int numVertices = getNumVertices(m_gridSizeX, m_gridSizeY);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp     [all...]

Completed in 179 milliseconds