HomeSort by relevance Sort by last modified time
    Searched refs:deUint16 (Results 51 - 75 of 75) sorted by null

1 23

  /external/deqp/framework/referencerenderer/
rrRenderer.cpp 61 deUint16 retVal;
62 deMemcpy(&retVal, (const deUint8*)ptr + ndx * sizeof(deUint16), sizeof(deUint16));
    [all...]
  /external/deqp/modules/gles3/functional/
es3fInstancedRenderingTests.cpp 130 vector<deUint16> m_gridIndices; // \note Only used if m_function is FUNCTION_DRAW_ELEMENTS_INSTANCED.
es3fVertexTextureTests.cpp 246 const deUint16* getIndexPtr (void) const { return &m_indices[0]; }
254 vector<deUint16> m_indices;
279 DE_ASSERT(m_gridSize > 0 && m_gridSize*m_gridSize <= (int)std::numeric_limits<deUint16>::max() + 1);
    [all...]
es3fDrawTests.cpp 707 const deUint16 indices[] =
    [all...]
es3fFragmentOutputTests.cpp 497 vector<deUint16> indices (numIndices);
    [all...]
es3fShaderApiTests.cpp 199 const deUint16 quadIndices[] = { 0, 1, 2, 2, 1, 3 };
    [all...]
es3fShaderDerivateTests.cpp 722 const deUint16 indices[] = { 0, 2, 1, 2, 3, 1 };
    [all...]
es3fUniformApiTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fSampleVariableTests.cpp     [all...]
es31fStencilTexturingTests.cpp 89 static void rectsToTriangles (const vector<IVec4>& rects, int width, int height, vector<Vec2>& positions, vector<deUint16>& indices)
140 vector<deUint16> indices;
    [all...]
es31fDrawTests.cpp 838 const deUint16 indices[] =
    [all...]
es31fUniformLocationTests.cpp 540 const deUint16 indices[] = { 0, 1, 2, 2, 1, 3 };
    [all...]
es31fGeometryShaderTests.cpp     [all...]
es31fShaderImageLoadStoreTests.cpp     [all...]
es31fLayoutBindingTests.cpp 398 const deUint16 indices[] =
    [all...]
es31fProgramUniformTests.cpp     [all...]
es31fTextureGatherTests.cpp     [all...]
es31fTessellationTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsFragOpInteractionCase.cpp 284 const deUint16 indices[] = { 0, 1, 2, 2, 1, 3 };
glsVertexArrayTests.cpp 202 sizeof(deUint16), // INPUTTYPE_UNSIGNED_SHORT,
    [all...]
glsShaderLibraryCase.cpp 617 static const deUint16 s_indices[2*3] =
    [all...]
glsUniformBlockCase.cpp     [all...]
glsTextureTestUtil.cpp     [all...]
  /external/deqp/modules/egl/
teglGLES2SharingTests.cpp 401 std::vector<deUint16> indices;
    [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp     [all...]

Completed in 2720 milliseconds

1 23