Searched refs:isWrapped (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/third_party/skia/src/gpu/
H A DGrIndexBuffer.h27 GrIndexBuffer(GrGpu* gpu, bool isWrapped, size_t gpuMemorySize, bool dynamic, bool cpuBacked) argument
28 : INHERITED(gpu, isWrapped, gpuMemorySize, dynamic, cpuBacked) {}
H A DGrVertexBuffer.h18 GrVertexBuffer(GrGpu* gpu, bool isWrapped, size_t gpuMemorySize, bool dynamic, bool cpuBacked) argument
19 : INHERITED(gpu, isWrapped, gpuMemorySize, dynamic, cpuBacked) {}
H A DGrPath.h24 GrPath(GrGpu* gpu, bool isWrapped, const SkPath& skPath, const SkStrokeRec& stroke) argument
25 : INHERITED(gpu, isWrapped),
H A DGrGeometryBuffer.h105 GrGeometryBuffer(GrGpu* gpu, bool isWrapped, size_t gpuMemorySize, bool dynamic, bool cpuBacked) argument
106 : INHERITED(gpu, isWrapped)
H A DGrGpuResource.cpp31 GrGpuResource::GrGpuResource(GrGpu* gpu, bool isWrapped) argument
36 if (isWrapped) {
H A DGrStencilBuffer.h56 GrStencilBuffer(GrGpu* gpu, bool isWrapped, int width, int height, int bits, int sampleCnt) argument
57 : GrGpuResource(gpu, isWrapped)
/external/skia/src/gpu/
H A DGrIndexBuffer.h27 GrIndexBuffer(GrGpu* gpu, bool isWrapped, size_t gpuMemorySize, bool dynamic, bool cpuBacked) argument
28 : INHERITED(gpu, isWrapped, gpuMemorySize, dynamic, cpuBacked) {}
H A DGrVertexBuffer.h18 GrVertexBuffer(GrGpu* gpu, bool isWrapped, size_t gpuMemorySize, bool dynamic, bool cpuBacked) argument
19 : INHERITED(gpu, isWrapped, gpuMemorySize, dynamic, cpuBacked) {}
H A DGrGpuObject.cpp13 GrGpuObject::GrGpuObject(GrGpu* gpu, bool isWrapped) { argument
16 if (isWrapped) {
H A DGrPath.h21 GrPath(GrGpu* gpu, bool isWrapped, const SkPath& skPath, const SkStrokeRec& stroke) argument
22 : INHERITED(gpu, isWrapped),
H A DGrGeometryBuffer.h105 GrGeometryBuffer(GrGpu* gpu, bool isWrapped, size_t gpuMemorySize, bool dynamic, bool cpuBacked) argument
106 : INHERITED(gpu, isWrapped)
H A DGrStencilBuffer.h56 GrStencilBuffer(GrGpu* gpu, bool isWrapped, int width, int height, int bits, int sampleCnt) argument
57 : GrGpuObject(gpu, isWrapped)
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLStencilBuffer.h27 bool isWrapped,
32 : GrStencilBuffer(gpu, isWrapped, width, height, format.fStencilBits, sampleCnt)
26 GrGLStencilBuffer(GrGpu* gpu, bool isWrapped, GrGLint rbid, int width, int height, int sampleCnt, const Format& format) argument
H A DGrGLStencilBuffer.cpp25 if (0 != fRenderbufferID && !this->isWrapped()) {
H A DGrGLTexture.h22 GrGLTexID(const GrGLInterface* gl, GrGLuint texID, bool isWrapped) argument
25 , fIsWrapped(isWrapped) {
/external/skia/src/gpu/gl/
H A DGrGLStencilBuffer.h27 bool isWrapped,
32 : GrStencilBuffer(gpu, isWrapped, width, height, format.fStencilBits, sampleCnt)
26 GrGLStencilBuffer(GrGpu* gpu, bool isWrapped, GrGLint rbid, int width, int height, int sampleCnt, const Format& format) argument
H A DGrGLStencilBuffer.cpp25 if (0 != fRenderbufferID && !this->isWrapped()) {
H A DGrGLTexture.h22 GrGLTexID(const GrGLInterface* gl, GrGLuint texID, bool isWrapped) argument
25 , fIsWrapped(isWrapped) {
/external/skia/include/gpu/
H A DGrGpuObject.h79 * isWrapped indicates we have wrapped a client-created backend object in a GrGpuObject. If it
83 GrGpuObject(GrGpu* gpu, bool isWrapped);
93 bool isWrapped() const { return kWrapped_FlagBit & fFlags; } function in class:GrGpuObject
H A DGrTexture.h105 GrTexture(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc) argument
106 : INHERITED(gpu, isWrapped, desc)
165 GrTextureImpl(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc) argument
166 : INHERITED(gpu, isWrapped, desc)
H A DGrRenderTarget.h148 bool isWrapped,
151 : INHERITED(gpu, isWrapped, desc)
147 GrRenderTarget(GrGpu* gpu, bool isWrapped, GrTexture* texture, const GrTextureDesc& desc) argument
H A DGrSurface.h139 GrSurface(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc) argument
140 : INHERITED(gpu, isWrapped)
/external/chromium_org/third_party/skia/include/gpu/
H A DGrRenderTarget.h148 bool isWrapped,
151 : INHERITED(gpu, isWrapped, desc)
147 GrRenderTarget(GrGpu* gpu, bool isWrapped, GrTexture* texture, const GrTextureDesc& desc) argument
H A DGrSurface.h143 GrSurface(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc) argument
144 : INHERITED(gpu, isWrapped)
H A DGrTexture.h105 GrTexture(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc) argument
106 : INHERITED(gpu, isWrapped, desc)
166 GrTextureImpl(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc);

Completed in 303 milliseconds

12