Home
last modified time | relevance | path

Searched refs:GrGLStencilBuffer (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLStencilBuffer.cpp12 GrGLStencilBuffer::~GrGLStencilBuffer() { in ~GrGLStencilBuffer()
16 size_t GrGLStencilBuffer::sizeInBytes() const { in sizeInBytes()
24 void GrGLStencilBuffer::onRelease() { in onRelease()
35 void GrGLStencilBuffer::onAbandon() { in onAbandon()
DGrGLStencilBuffer.h15 class GrGLStencilBuffer : public GrStencilBuffer {
26 GrGLStencilBuffer(GrGpu* gpu, in GrGLStencilBuffer() function
37 virtual ~GrGLStencilBuffer();
DGrGLCaps.h25 typedef GrGLStencilBuffer::Format StencilFormat;
125 const GrGLStencilBuffer::Format& format);
133 const GrGLStencilBuffer::Format& format) const;
DGrGLCaps.cpp291 const GrGLuint kUnknownBitCount = GrGLStencilBuffer::kUnknownBitCount;
349 const GrGLStencilBuffer::Format& format) { in markColorConfigAndStencilFormatAsVerified()
372 const GrGLStencilBuffer::Format& format) const { in isColorConfigAndStencilFormatVerified()
DGrGpuGL.cpp553 GrGLStencilBuffer::Format format; in onWrapBackendRenderTarget()
554 format.fInternalFormat = GrGLStencilBuffer::kUnknownInternalFormat; in onWrapBackendRenderTarget()
559 GrGLStencilBuffer* sb = SkNEW_ARGS(GrGLStencilBuffer, in onWrapBackendRenderTarget()
1050 const GrGLuint kUnknownBitCount = GrGLStencilBuffer::kUnknownBitCount;
1054 GrGLStencilBuffer::Format* format) { in get_stencil_rb_sizes()
1119 GrGLStencilBuffer::Format format = sFmt; in createStencilBufferForRenderTarget()
1122 SkAutoTUnref<GrStencilBuffer> sb(SkNEW_ARGS(GrGLStencilBuffer, in createStencilBufferForRenderTarget()
1160 GrGLStencilBuffer* glsb = (GrGLStencilBuffer*) sb; in attachStencilBufferToRenderTarget()
/external/skia/gyp/
Dgpu.gypi164 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.cpp',
165 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.h',
/external/skia/
DAndroid.mk405 src/gpu/gl/GrGLStencilBuffer.cpp \