Searched refs:GrGLVertexArray (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLVertexArray.cpp8 #include "GrGLVertexArray.h"
71 GrGLVertexArray::GrGLVertexArray(GrGpuGL* gpu, GrGLint id, int attribCount) function in class:GrGLVertexArray
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() {
H A DGrGLVertexArray.h47 * This sets and tracks the vertex attribute array state. It is used internally by GrGLVertexArray
133 class GrGLVertexArray : public GrGpuResource { class in inherits:GrGpuResource
135 GrGLVertexArray(GrGpuGL* gpu, GrGLint id, int attribCount);
H A DGrGpuGL.h19 #include "GrGLVertexArray.h"
410 GrGLVertexArray* fVBOVertexArray;
H A DGrGpuGL.cpp2592 fVBOVertexArray = SkNEW_ARGS(GrGLVertexArray, (gpu, arrayID, attrCount));
/external/skia/src/gpu/gl/
H A DGrGLVertexArray.cpp8 #include "GrGLVertexArray.h"
71 GrGLVertexArray::GrGLVertexArray(GrGpuGL* gpu, GrGLint id, int attribCount) function in class:GrGLVertexArray
78 void GrGLVertexArray::onAbandon() {
83 void GrGLVertexArray::onRelease() {
92 GrGLAttribArrayState* GrGLVertexArray::bind() {
100 GrGLAttribArrayState* GrGLVertexArray::bindWithIndexBuffer(const GrGLIndexBuffer* buffer) {
113 void GrGLVertexArray::notifyIndexBufferDelete(GrGLuint bufferID) {
119 void GrGLVertexArray::invalidateCachedState() {
H A DGrGLVertexArray.h47 * This sets and tracks the vertex attribute array state. It is used internally by GrGLVertexArray
133 class GrGLVertexArray : public GrGpuObject { class in inherits:GrGpuObject
135 GrGLVertexArray(GrGpuGL* gpu, GrGLint id, int attribCount);
H A DGrGpuGL.h19 #include "GrGLVertexArray.h"
430 GrGLVertexArray* fVBOVertexArray;
H A DGrGpuGL.cpp3008 fVBOVertexArray = SkNEW_ARGS(GrGLVertexArray, (gpu, arrayID, attrCount));
/external/skia/
H A DAndroid.mk486 src/gpu/gl/GrGLVertexArray.cpp \
/external/chromium_org/skia/
H A Dskia_library.target.darwin-arm.mk421 third_party/skia/src/gpu/gl/GrGLVertexArray.cpp \
H A Dskia_library.target.darwin-arm64.mk421 third_party/skia/src/gpu/gl/GrGLVertexArray.cpp \
H A Dskia_library.target.darwin-mips.mk421 third_party/skia/src/gpu/gl/GrGLVertexArray.cpp \
H A Dskia_library.target.darwin-mips64.mk421 third_party/skia/src/gpu/gl/GrGLVertexArray.cpp \
H A Dskia_library.target.darwin-x86.mk422 third_party/skia/src/gpu/gl/GrGLVertexArray.cpp \
H A Dskia_library.target.darwin-x86_64.mk422 third_party/skia/src/gpu/gl/GrGLVertexArray.cpp \
H A Dskia_library.target.linux-arm.mk421 third_party/skia/src/gpu/gl/GrGLVertexArray.cpp \
H A Dskia_library.target.linux-arm64.mk421 third_party/skia/src/gpu/gl/GrGLVertexArray.cpp \
H A Dskia_library.target.linux-mips.mk421 third_party/skia/src/gpu/gl/GrGLVertexArray.cpp \
H A Dskia_library.target.linux-mips64.mk421 third_party/skia/src/gpu/gl/GrGLVertexArray.cpp \
H A Dskia_library.target.linux-x86.mk422 third_party/skia/src/gpu/gl/GrGLVertexArray.cpp \
H A Dskia_library.target.linux-x86_64.mk422 third_party/skia/src/gpu/gl/GrGLVertexArray.cpp \

Completed in 1344 milliseconds