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

  /external/skia/src/gpu/gl/
GrGLGpu.h 586 GrGLuint fWireRectArrayBuffer;
GrGLGpu.cpp 226 fWireRectArrayBuffer = 0;
272 if (0 != fWireRectArrayBuffer) {
273 GL_CALL(DeleteBuffers(1, &fWireRectArrayBuffer));
398 fWireRectArrayBuffer = 0;
    [all...]

Completed in 35 milliseconds