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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLVertexArray.cpp 8 #include "GrGLVertexArray.h"
71 GrGLVertexArray::GrGLVertexArray(GrGpuGL* gpu, GrGLint id, int attribCount)
79 void GrGLVertexArray::onAbandon() {
84 void GrGLVertexArray::onRelease() {
93 GrGLAttribArrayState* GrGLVertexArray::bind() {
101 GrGLAttribArrayState* GrGLVertexArray::bindWithIndexBuffer(const GrGLIndexBuffer* buffer) {
114 void GrGLVertexArray::notifyIndexBufferDelete(GrGLuint bufferID) {
120 void GrGLVertexArray::invalidateCachedState() {
GrGLVertexArray.h 47 * This sets and tracks the vertex attribute array state. It is used internally by GrGLVertexArray
133 class GrGLVertexArray : public GrGpuResource {
135 GrGLVertexArray(GrGpuGL* gpu, GrGLint id, int attribCount);
GrGpuGL.h 19 #include "GrGLVertexArray.h"
410 GrGLVertexArray* fVBOVertexArray;
GrGpuGL.cpp     [all...]
  /external/chromium_org/skia/
skia_library.target.darwin-arm.mk 421 third_party/skia/src/gpu/gl/GrGLVertexArray.cpp \
skia_library.target.darwin-arm64.mk 421 third_party/skia/src/gpu/gl/GrGLVertexArray.cpp \
skia_library.target.darwin-mips.mk 421 third_party/skia/src/gpu/gl/GrGLVertexArray.cpp \
skia_library.target.darwin-mips64.mk 421 third_party/skia/src/gpu/gl/GrGLVertexArray.cpp \
skia_library.target.darwin-x86.mk 422 third_party/skia/src/gpu/gl/GrGLVertexArray.cpp \
skia_library.target.darwin-x86_64.mk 422 third_party/skia/src/gpu/gl/GrGLVertexArray.cpp \
skia_library.target.linux-arm.mk 421 third_party/skia/src/gpu/gl/GrGLVertexArray.cpp \
skia_library.target.linux-arm64.mk 421 third_party/skia/src/gpu/gl/GrGLVertexArray.cpp \
skia_library.target.linux-mips.mk 421 third_party/skia/src/gpu/gl/GrGLVertexArray.cpp \
skia_library.target.linux-mips64.mk 421 third_party/skia/src/gpu/gl/GrGLVertexArray.cpp \
skia_library.target.linux-x86.mk 422 third_party/skia/src/gpu/gl/GrGLVertexArray.cpp \
skia_library.target.linux-x86_64.mk 422 third_party/skia/src/gpu/gl/GrGLVertexArray.cpp \

Completed in 135 milliseconds