OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GrGLVertexArray
(Results
1 - 2
of
2
) 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);
Completed in 74 milliseconds