HomeSort by relevance Sort by last modified time
    Searched refs:isWrapped (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/gpu/
GrVertexBuffer.h 18 GrVertexBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic, bool cpuBacked)
19 : INHERITED(gpu, isWrapped, sizeInBytes, dynamic, cpuBacked) {}
GrIndexBuffer.h 27 GrIndexBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic, bool cpuBacked)
28 : INHERITED(gpu, isWrapped, sizeInBytes, dynamic, cpuBacked) {}
GrGeometryBuffer.h 89 GrGeometryBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic, bool cpuBacked)
90 : INHERITED(gpu, isWrapped)
GrPath.h 21 GrPath(GrGpu* gpu, bool isWrapped, const SkPath& skPath, const SkStrokeRec& stroke)
22 : INHERITED(gpu, isWrapped),
GrResource.cpp 13 GrResource::GrResource(GrGpu* gpu, bool isWrapped) {
17 if (isWrapped) {
GrStencilBuffer.h 57 GrStencilBuffer(GrGpu* gpu, bool isWrapped, int width, int height, int bits, int sampleCnt)
58 : GrResource(gpu, isWrapped)
  /external/skia/src/gpu/
GrVertexBuffer.h 18 GrVertexBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic, bool cpuBacked)
19 : INHERITED(gpu, isWrapped, sizeInBytes, dynamic, cpuBacked) {}
GrIndexBuffer.h 27 GrIndexBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic, bool cpuBacked)
28 : INHERITED(gpu, isWrapped, sizeInBytes, dynamic, cpuBacked) {}
GrGeometryBuffer.h 89 GrGeometryBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic, bool cpuBacked)
90 : INHERITED(gpu, isWrapped)
GrPath.h 21 GrPath(GrGpu* gpu, bool isWrapped, const SkPath& skPath, const SkStrokeRec& stroke)
22 : INHERITED(gpu, isWrapped),
GrResource.cpp 13 GrResource::GrResource(GrGpu* gpu, bool isWrapped) {
17 if (isWrapped) {
GrStencilBuffer.h 57 GrStencilBuffer(GrGpu* gpu, bool isWrapped, int width, int height, int bits, int sampleCnt)
58 : GrResource(gpu, isWrapped)
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLStencilBuffer.h 27 bool isWrapped,
32 : GrStencilBuffer(gpu, isWrapped, width, height, format.fStencilBits, sampleCnt)
GrGLStencilBuffer.cpp 25 if (0 != fRenderbufferID && !this->isWrapped()) {
GrGLTexture.h 22 GrGLTexID(const GrGLInterface* gl, GrGLuint texID, bool isWrapped)
25 , fIsWrapped(isWrapped) {
  /external/skia/src/gpu/gl/
GrGLStencilBuffer.h 27 bool isWrapped,
32 : GrStencilBuffer(gpu, isWrapped, width, height, format.fStencilBits, sampleCnt)
GrGLStencilBuffer.cpp 25 if (0 != fRenderbufferID && !this->isWrapped()) {
GrGLTexture.h 22 GrGLTexID(const GrGLInterface* gl, GrGLuint texID, bool isWrapped)
25 , fIsWrapped(isWrapped) {
  /external/chromium_org/third_party/skia/include/gpu/
GrRenderTarget.h 142 bool isWrapped,
145 : INHERITED(gpu, isWrapped, desc)
GrResource.h 89 * isWrapped indicates we have wrapped a client-created backend resource in a GrResource. If it
93 GrResource(GrGpu* gpu, bool isWrapped);
104 bool isWrapped() const { return kWrapped_FlagBit & fFlags; }
GrSurface.h 139 GrSurface(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc)
140 : INHERITED(gpu, isWrapped)
GrTexture.h 144 GrTexture(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc)
145 : INHERITED(gpu, isWrapped, desc)
  /external/skia/include/gpu/
GrRenderTarget.h 142 bool isWrapped,
145 : INHERITED(gpu, isWrapped, desc)
GrResource.h 89 * isWrapped indicates we have wrapped a client-created backend resource in a GrResource. If it
93 GrResource(GrGpu* gpu, bool isWrapped);
104 bool isWrapped() const { return kWrapped_FlagBit & fFlags; }
GrSurface.h 139 GrSurface(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc)
140 : INHERITED(gpu, isWrapped)

Completed in 2447 milliseconds

1 2