/external/chromium_org/third_party/skia/src/gpu/ |
D | GrVertexBuffer.h | 18 GrVertexBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic, bool cpuBacked) in GrVertexBuffer() argument 19 : INHERITED(gpu, isWrapped, sizeInBytes, dynamic, cpuBacked) {} in GrVertexBuffer()
|
D | GrIndexBuffer.h | 27 GrIndexBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic, bool cpuBacked) in GrIndexBuffer() argument 28 : INHERITED(gpu, isWrapped, sizeInBytes, dynamic, cpuBacked) {} in GrIndexBuffer()
|
D | GrPath.h | 21 GrPath(GrGpu* gpu, bool isWrapped, const SkPath& skPath, const SkStrokeRec& stroke) in GrPath() argument 22 : INHERITED(gpu, isWrapped), in GrPath()
|
D | GrResource.cpp | 13 GrResource::GrResource(GrGpu* gpu, bool isWrapped) { in GrResource() argument 17 if (isWrapped) { in GrResource()
|
D | GrGeometryBuffer.h | 89 GrGeometryBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic, bool cpuBacked) in GrGeometryBuffer() argument 90 : INHERITED(gpu, isWrapped) in GrGeometryBuffer()
|
D | GrStencilBuffer.h | 57 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/ |
D | GrVertexBuffer.h | 18 GrVertexBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic, bool cpuBacked) in GrVertexBuffer() argument 19 : INHERITED(gpu, isWrapped, sizeInBytes, dynamic, cpuBacked) {} in GrVertexBuffer()
|
D | GrIndexBuffer.h | 27 GrIndexBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic, bool cpuBacked) in GrIndexBuffer() argument 28 : INHERITED(gpu, isWrapped, sizeInBytes, dynamic, cpuBacked) {} in GrIndexBuffer()
|
D | GrResource.cpp | 13 GrResource::GrResource(GrGpu* gpu, bool isWrapped) { in GrResource() argument 17 if (isWrapped) { in GrResource()
|
D | GrPath.h | 21 GrPath(GrGpu* gpu, bool isWrapped, const SkPath& skPath, const SkStrokeRec& stroke) in GrPath() argument 22 : INHERITED(gpu, isWrapped), in GrPath()
|
D | GrGeometryBuffer.h | 89 GrGeometryBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic, bool cpuBacked) in GrGeometryBuffer() argument 90 : INHERITED(gpu, isWrapped) in GrGeometryBuffer()
|
D | GrStencilBuffer.h | 57 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/ |
D | GrGLStencilBuffer.h | 27 bool isWrapped, in GrGLStencilBuffer() argument 32 : GrStencilBuffer(gpu, isWrapped, width, height, format.fStencilBits, sampleCnt) in GrGLStencilBuffer()
|
D | GrGLTexture.h | 22 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/ |
D | GrGLStencilBuffer.h | 27 bool isWrapped, in GrGLStencilBuffer() argument 32 : GrStencilBuffer(gpu, isWrapped, width, height, format.fStencilBits, sampleCnt) in GrGLStencilBuffer()
|
D | GrGLTexture.h | 22 GrGLTexID(const GrGLInterface* gl, GrGLuint texID, bool isWrapped) in SK_DECLARE_INST_COUNT() 25 , fIsWrapped(isWrapped) { in SK_DECLARE_INST_COUNT()
|
D | GrGLStencilBuffer.cpp | 25 if (0 != fRenderbufferID && !this->isWrapped()) { in onRelease()
|
/external/skia/include/gpu/ |
D | GrResource.h | 93 GrResource(GrGpu* gpu, bool isWrapped); 104 bool isWrapped() const { return kWrapped_FlagBit & fFlags; } in isWrapped() function
|
D | GrSurface.h | 139 GrSurface(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc) in GrSurface() argument 140 : INHERITED(gpu, isWrapped) in GrSurface()
|
D | GrRenderTarget.h | 142 bool isWrapped, in GrRenderTarget() argument 145 : INHERITED(gpu, isWrapped, desc) in GrRenderTarget()
|
D | GrTexture.h | 144 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/ |
D | GrResource.h | 93 GrResource(GrGpu* gpu, bool isWrapped); 104 bool isWrapped() const { return kWrapped_FlagBit & fFlags; } in isWrapped() function
|
D | GrSurface.h | 139 GrSurface(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc) in GrSurface() argument 140 : INHERITED(gpu, isWrapped) in GrSurface()
|
D | GrRenderTarget.h | 142 bool isWrapped, in GrRenderTarget() argument 145 : INHERITED(gpu, isWrapped, desc) in GrRenderTarget()
|
D | GrTexture.h | 144 GrTexture(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc) in GrTexture() argument 145 : INHERITED(gpu, isWrapped, desc) in GrTexture()
|