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 25 textureDesc.fIsWrapped)));
40 : INHERITED(gpu, textureDesc.fIsWrapped, textureDesc) {
47 : 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 44 } else if (fDesc.fID && !fDesc.fIsWrapped) {
222 SkASSERT(0 != fDesc.fID || !fDesc.fIsWrapped);
GrGpuGL.cpp 379 glTexDesc.fIsWrapped = true;
425 glDesc.fIsWrapped = true;
831 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 25 textureDesc.fIsWrapped)));
40 : INHERITED(gpu, textureDesc.fIsWrapped, textureDesc) {
47 : 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 44 } else if (fDesc.fID && !fDesc.fIsWrapped) {
222 SkASSERT(0 != fDesc.fID || !fDesc.fIsWrapped);
GrGpuGL.cpp 379 glTexDesc.fIsWrapped = true;
425 glDesc.fIsWrapped = true;
831 desc->fIsWrapped = false;
    [all...]

Completed in 640 milliseconds