Searched refs:GetBufferIndex (Results 1 - 4 of 4) sorted by relevance

/external/skia/tools/gpu/gl/debug/
H A DDebugGLTestContext.cpp119 GrBufferObj *buffer = fBoundBuffers[GetBufferIndex(target)];
797 this->setBuffer(GetBufferIndex(target), buffer);
833 GrBufferObj *buffer = fBoundBuffers[GetBufferIndex(target)];
847 GrBufferObj *buffer = fBoundBuffers[GetBufferIndex(target)];
855 GrBufferObj *buffer = fBoundBuffers[GetBufferIndex(target)];
868 GrBufferObj *buffer = fBoundBuffers[GetBufferIndex(target)];
882 GrBufferObj *buffer = fBoundBuffers[GetBufferIndex(target)];
908 inline int static GetBufferIndex(GrGLenum glTarget) { function in class:__anon21033::DebugInterface
910 default: SK_ABORT("Unexpected GL target to GetBufferIndex");
/external/skqp/tools/gpu/gl/debug/
H A DDebugGLTestContext.cpp113 GrBufferObj *buffer = fBoundBuffers[GetBufferIndex(target)];
791 this->setBuffer(GetBufferIndex(target), buffer);
827 GrBufferObj *buffer = fBoundBuffers[GetBufferIndex(target)];
841 GrBufferObj *buffer = fBoundBuffers[GetBufferIndex(target)];
849 GrBufferObj *buffer = fBoundBuffers[GetBufferIndex(target)];
862 GrBufferObj *buffer = fBoundBuffers[GetBufferIndex(target)];
876 GrBufferObj *buffer = fBoundBuffers[GetBufferIndex(target)];
902 inline int static GetBufferIndex(GrGLenum glTarget) { function in class:__anon21704::DebugInterface
904 default: SK_ABORT("Unexpected GL target to GetBufferIndex");
/external/skia/src/gpu/gl/
H A DGrGLCreateNullInterface.cpp255 GrGLuint id = fBoundBuffers[GetBufferIndex(target)];
271 fBoundBuffers[GetBufferIndex(target)] = buffer;
626 GrGLuint id = fBoundBuffers[GetBufferIndex(target)];
638 GrGLuint id = fBoundBuffers[GetBufferIndex(target)];
651 GrGLuint id = fBoundBuffers[GetBufferIndex(target)];
667 GrGLuint id = fBoundBuffers[GetBufferIndex(target)];
688 inline int static GetBufferIndex(GrGLenum glTarget) { function in class:__anon20763::NullInterface
690 default: SK_ABORT("Unexpected GL target to GetBufferIndex");
/external/skqp/src/gpu/gl/
H A DGrGLCreateNullInterface.cpp255 GrGLuint id = fBoundBuffers[GetBufferIndex(target)];
271 fBoundBuffers[GetBufferIndex(target)] = buffer;
626 GrGLuint id = fBoundBuffers[GetBufferIndex(target)];
638 GrGLuint id = fBoundBuffers[GetBufferIndex(target)];
651 GrGLuint id = fBoundBuffers[GetBufferIndex(target)];
667 GrGLuint id = fBoundBuffers[GetBufferIndex(target)];
688 inline int static GetBufferIndex(GrGLenum glTarget) { function in class:__anon21429::NullInterface
690 default: SK_ABORT("Unexpected GL target to GetBufferIndex");

Completed in 834 milliseconds