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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLTexture.h 25 , fIsWrapped(isWrapped) {
29 if (0 != fTexID && !fIsWrapped) {
40 bool fIsWrapped;
62 bool fIsWrapped;
GrGLTexture.cpp 27 textureDesc.fIsWrapped)));
42 : INHERITED(gpu, textureDesc.fIsWrapped, textureDesc) {
49 : INHERITED(gpu, textureDesc.fIsWrapped, textureDesc) {
GrGLBufferImpl.h 23 bool fIsWrapped;
GrGLIndexBuffer.cpp 12 : INHERITED(gpu, desc.fIsWrapped, desc.fSizeInBytes, desc.fDynamic, 0 == desc.fID)
GrGLVertexBuffer.cpp 12 : INHERITED(gpu, desc.fIsWrapped, desc.fSizeInBytes, desc.fDynamic, 0 == desc.fID)
GrGLRenderTarget.cpp 49 desc.fIsWrapped,
72 desc.fIsWrapped,
GrGLRenderTarget.h 31 bool fIsWrapped;
GrGLBufferImpl.cpp 41 } else if (fDesc.fID && !fDesc.fIsWrapped) {
163 GrAssert(0 != fDesc.fID || !fDesc.fIsWrapped);
GrGpuGL.cpp 431 glTexDesc.fIsWrapped = true;
477 glDesc.fIsWrapped = true;
786 desc->fIsWrapped = false;
    [all...]
  /external/skia/src/gpu/gl/
GrGLTexture.h 25 , fIsWrapped(isWrapped) {
29 if (0 != fTexID && !fIsWrapped) {
40 bool fIsWrapped;
62 bool fIsWrapped;
GrGLTexture.cpp 27 textureDesc.fIsWrapped)));
42 : INHERITED(gpu, textureDesc.fIsWrapped, textureDesc) {
49 : INHERITED(gpu, textureDesc.fIsWrapped, textureDesc) {
GrGLBufferImpl.h 23 bool fIsWrapped;
GrGLIndexBuffer.cpp 12 : INHERITED(gpu, desc.fIsWrapped, desc.fSizeInBytes, desc.fDynamic, 0 == desc.fID)
GrGLVertexBuffer.cpp 12 : INHERITED(gpu, desc.fIsWrapped, desc.fSizeInBytes, desc.fDynamic, 0 == desc.fID)
GrGLRenderTarget.cpp 49 desc.fIsWrapped,
72 desc.fIsWrapped,
GrGLRenderTarget.h 31 bool fIsWrapped;
GrGLBufferImpl.cpp 41 } else if (fDesc.fID && !fDesc.fIsWrapped) {
163 GrAssert(0 != fDesc.fID || !fDesc.fIsWrapped);
GrGpuGL.cpp 431 glTexDesc.fIsWrapped = true;
477 glDesc.fIsWrapped = true;
786 desc->fIsWrapped = false;
    [all...]

Completed in 126 milliseconds