Home
last modified time | relevance | path

Searched refs:isWrapped (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/skia/src/gpu/
DGrVertexBuffer.h18 GrVertexBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic, bool cpuBacked) in GrVertexBuffer() argument
19 : INHERITED(gpu, isWrapped, sizeInBytes, dynamic, cpuBacked) {} in GrVertexBuffer()
DGrIndexBuffer.h27 GrIndexBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic, bool cpuBacked) in GrIndexBuffer() argument
28 : INHERITED(gpu, isWrapped, sizeInBytes, dynamic, cpuBacked) {} in GrIndexBuffer()
DGrPath.h21 GrPath(GrGpu* gpu, bool isWrapped, const SkPath& skPath, const SkStrokeRec& stroke) in GrPath() argument
22 : INHERITED(gpu, isWrapped), in GrPath()
DGrResource.cpp13 GrResource::GrResource(GrGpu* gpu, bool isWrapped) { in GrResource() argument
17 if (isWrapped) { in GrResource()
DGrGeometryBuffer.h89 GrGeometryBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic, bool cpuBacked) in GrGeometryBuffer() argument
90 : INHERITED(gpu, isWrapped) in GrGeometryBuffer()
DGrStencilBuffer.h57 GrStencilBuffer(GrGpu* gpu, bool isWrapped, int width, int height, int bits, int sampleCnt) in GrStencilBuffer() argument
58 : GrResource(gpu, isWrapped) in GrStencilBuffer()
/external/skia/src/gpu/
DGrVertexBuffer.h18 GrVertexBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic, bool cpuBacked) in GrVertexBuffer() argument
19 : INHERITED(gpu, isWrapped, sizeInBytes, dynamic, cpuBacked) {} in GrVertexBuffer()
DGrIndexBuffer.h27 GrIndexBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic, bool cpuBacked) in GrIndexBuffer() argument
28 : INHERITED(gpu, isWrapped, sizeInBytes, dynamic, cpuBacked) {} in GrIndexBuffer()
DGrResource.cpp13 GrResource::GrResource(GrGpu* gpu, bool isWrapped) { in GrResource() argument
17 if (isWrapped) { in GrResource()
DGrPath.h21 GrPath(GrGpu* gpu, bool isWrapped, const SkPath& skPath, const SkStrokeRec& stroke) in GrPath() argument
22 : INHERITED(gpu, isWrapped), in GrPath()
DGrGeometryBuffer.h89 GrGeometryBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic, bool cpuBacked) in GrGeometryBuffer() argument
90 : INHERITED(gpu, isWrapped) in GrGeometryBuffer()
DGrStencilBuffer.h57 GrStencilBuffer(GrGpu* gpu, bool isWrapped, int width, int height, int bits, int sampleCnt) in GrStencilBuffer() argument
58 : GrResource(gpu, isWrapped) in GrStencilBuffer()
/external/skia/src/gpu/gl/
DGrGLStencilBuffer.h27 bool isWrapped, in GrGLStencilBuffer() argument
32 : GrStencilBuffer(gpu, isWrapped, width, height, format.fStencilBits, sampleCnt) in GrGLStencilBuffer()
DGrGLTexture.h22 GrGLTexID(const GrGLInterface* gl, GrGLuint texID, bool isWrapped) in SK_DECLARE_INST_COUNT()
25 , fIsWrapped(isWrapped) { in SK_DECLARE_INST_COUNT()
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLStencilBuffer.h27 bool isWrapped, in GrGLStencilBuffer() argument
32 : GrStencilBuffer(gpu, isWrapped, width, height, format.fStencilBits, sampleCnt) in GrGLStencilBuffer()
DGrGLTexture.h22 GrGLTexID(const GrGLInterface* gl, GrGLuint texID, bool isWrapped) in SK_DECLARE_INST_COUNT()
25 , fIsWrapped(isWrapped) { in SK_DECLARE_INST_COUNT()
DGrGLStencilBuffer.cpp25 if (0 != fRenderbufferID && !this->isWrapped()) { in onRelease()
/external/skia/include/gpu/
DGrResource.h93 GrResource(GrGpu* gpu, bool isWrapped);
104 bool isWrapped() const { return kWrapped_FlagBit & fFlags; } in isWrapped() function
DGrSurface.h139 GrSurface(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc) in GrSurface() argument
140 : INHERITED(gpu, isWrapped) in GrSurface()
DGrRenderTarget.h142 bool isWrapped, in GrRenderTarget() argument
145 : INHERITED(gpu, isWrapped, desc) in GrRenderTarget()
DGrTexture.h144 GrTexture(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc) in GrTexture() argument
145 : INHERITED(gpu, isWrapped, desc) in GrTexture()
/external/chromium_org/third_party/skia/include/gpu/
DGrResource.h93 GrResource(GrGpu* gpu, bool isWrapped);
104 bool isWrapped() const { return kWrapped_FlagBit & fFlags; } in isWrapped() function
DGrSurface.h139 GrSurface(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc) in GrSurface() argument
140 : INHERITED(gpu, isWrapped) in GrSurface()
DGrRenderTarget.h142 bool isWrapped, in GrRenderTarget() argument
145 : INHERITED(gpu, isWrapped, desc) in GrRenderTarget()
DGrTexture.h144 GrTexture(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc) in GrTexture() argument
145 : INHERITED(gpu, isWrapped, desc) in GrTexture()

12