OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fTexFBOID
(Results
1 - 8
of
8
) sorted by null
/external/skia/src/gpu/gl/
GrGLRenderTarget.h
25
// set
fTexFBOID
to this value to indicate that it is multisampled but
32
GrGLuint
fTexFBOID
;
51
GrGLuint textureFBOID() const { return
fTexFBOID
; }
55
if (GrFSAAType::kUnifiedMSAA != this->fsaaType() || fRTFBOID ==
fTexFBOID
) {
58
} else if (kUnresolvableFBOID ==
fTexFBOID
) {
103
GrGLuint
fTexFBOID
;
GrGLRenderTarget.cpp
54
fTexFBOID
= idDesc.
fTexFBOID
;
169
if (
fTexFBOID
) {
170
gpu->deleteFramebuffer(
fTexFBOID
);
172
if (fRTFBOID && fRTFBOID !=
fTexFBOID
) {
180
fTexFBOID
= 0;
187
fTexFBOID
= 0;
243
if (
fTexFBOID
== kUnresolvableFBOID ||
fTexFBOID
!= fRTFBOID) {
244
// If the render target's FBO is external (
fTexFBOID
== kUnresolvableFBOID), or if we ow
[
all
...]
GrGLGpu.cpp
766
idDesc.
fTexFBOID
= GrGLRenderTarget::kUnresolvableFBOID;
[
all
...]
/external/skqp/src/gpu/gl/
GrGLRenderTarget.h
25
// set
fTexFBOID
to this value to indicate that it is multisampled but
32
GrGLuint
fTexFBOID
;
51
GrGLuint textureFBOID() const { return
fTexFBOID
; }
55
if (GrFSAAType::kUnifiedMSAA != this->fsaaType() || fRTFBOID ==
fTexFBOID
) {
58
} else if (kUnresolvableFBOID ==
fTexFBOID
) {
103
GrGLuint
fTexFBOID
;
GrGLRenderTarget.cpp
54
fTexFBOID
= idDesc.
fTexFBOID
;
169
if (
fTexFBOID
) {
170
gpu->deleteFramebuffer(
fTexFBOID
);
172
if (fRTFBOID && fRTFBOID !=
fTexFBOID
) {
180
fTexFBOID
= 0;
187
fTexFBOID
= 0;
243
if (
fTexFBOID
== kUnresolvableFBOID ||
fTexFBOID
!= fRTFBOID) {
244
// If the render target's FBO is external (
fTexFBOID
== kUnresolvableFBOID), or if we ow
[
all
...]
GrGLGpu.cpp
730
idDesc.
fTexFBOID
= GrGLRenderTarget::kUnresolvableFBOID;
[
all
...]
/external/skia/tests/
TraceMemoryDumpTest.cpp
149
iddesc.
fTexFBOID
= GrGLRenderTarget::kUnresolvableFBOID;
171
iddesc.
fTexFBOID
= GrGLRenderTarget::kUnresolvableFBOID;
/external/skqp/tests/
TraceMemoryDumpTest.cpp
149
iddesc.
fTexFBOID
= GrGLRenderTarget::kUnresolvableFBOID;
171
iddesc.
fTexFBOID
= GrGLRenderTarget::kUnresolvableFBOID;
Completed in 944 milliseconds