OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attachStencilBufferToRenderTarget
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrGpu.cpp
142
if (!this->
attachStencilBufferToRenderTarget
(tex->asRenderTarget())) {
151
bool GrGpu::
attachStencilBufferToRenderTarget
(GrRenderTarget* rt) {
159
bool attached = this->
attachStencilBufferToRenderTarget
(sb, rt);
192
!this->
attachStencilBufferToRenderTarget
(tgt)) {
GrGpu.h
472
virtual bool
attachStencilBufferToRenderTarget
(GrStencilBuffer*, GrRenderTarget*) = 0;
484
bool
attachStencilBufferToRenderTarget
(GrRenderTarget* target);
/external/skia/src/gpu/
GrGpu.cpp
142
if (!this->
attachStencilBufferToRenderTarget
(tex->asRenderTarget())) {
151
bool GrGpu::
attachStencilBufferToRenderTarget
(GrRenderTarget* rt) {
159
bool attached = this->
attachStencilBufferToRenderTarget
(sb, rt);
192
!this->
attachStencilBufferToRenderTarget
(tgt)) {
GrGpu.h
472
virtual bool
attachStencilBufferToRenderTarget
(GrStencilBuffer*, GrRenderTarget*) = 0;
484
bool
attachStencilBufferToRenderTarget
(GrRenderTarget* target);
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.h
144
virtual bool
attachStencilBufferToRenderTarget
(
GrGpuGL.cpp
[
all
...]
/external/skia/src/gpu/gl/
GrGpuGL.h
144
virtual bool
attachStencilBufferToRenderTarget
(
GrGpuGL.cpp
[
all
...]
Completed in 180 milliseconds