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

  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.cpp 362 auto vertexArrayObject = mVertexArrayMap.find(vertexArray);
364 if (vertexArrayObject != mVertexArrayMap.end())
368 mVertexArrayHandleAllocator.release(vertexArrayObject->first);
369 delete vertexArrayObject->second;
370 mVertexArrayMap.erase(vertexArrayObject);
555 VertexArray *vertexArrayObject = new VertexArray(mRenderer->createVertexArray(), vertexArray, MAX_VERTEX_ATTRIBS);
556 mVertexArrayMap[vertexArray] = vertexArrayObject;
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fIntegerStateQueryTests.cpp     [all...]

Completed in 55 milliseconds