OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GPUGL
(Results
1 - 3
of
3
) sorted by null
/external/skia/gpu/src/
GrGLIndexBuffer.cpp
21
#define
GPUGL
static_cast<GrGpuGL*>(getGpu())
36
GPUGL
->notifyIndexBufferDelete(this);
49
GPUGL
->notifyIndexBufferBind(this);
59
if (
GPUGL
->supportsBufferLocking()) {
78
GrAssert(
GPUGL
->supportsBufferLocking());
87
if (this->isValid() &&
GPUGL
->supportsBufferLocking()) {
GrGLVertexBuffer.cpp
21
#define
GPUGL
static_cast<GrGpuGL*>(getGpu())
35
GPUGL
->notifyVertexBufferDelete(this);
48
GPUGL
->notifyVertexBufferBind(this);
58
if (
GPUGL
->supportsBufferLocking()) {
77
GrAssert(
GPUGL
->supportsBufferLocking());
87
if (this->isValid() &&
GPUGL
->supportsBufferLocking()) {
GrGLTexture.cpp
21
#define
GPUGL
static_cast<GrGpuGL*>(getGpu())
45
GPUGL
->notifyRenderTargetDelete(this);
143
GPUGL
->notifyTextureDelete(this);
162
GPUGL
->setSpareTextureUnit();
Completed in 5033 milliseconds