OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFbo
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/gles2/functional/
es2fNegativeStateApiTests.cpp
629
GLboolean
isFbo
;
632
isFbo
= glIsFramebuffer(fbo);
633
checkBooleans (
isFbo
, GL_FALSE);
636
isFbo
= glIsFramebuffer(fbo);
637
checkBooleans (
isFbo
, GL_FALSE);
640
isFbo
= glIsFramebuffer(fbo);
641
checkBooleans (
isFbo
, GL_TRUE);
645
isFbo
= glIsFramebuffer(fbo);
646
checkBooleans (
isFbo
, GL_FALSE);
/external/deqp/modules/gles3/functional/
es3fNegativeStateApiTests.cpp
[
all
...]
/frameworks/base/libs/hwui/
OpenGLRenderer.cpp
166
const bool
isFbo
= getTargetFbo() == 0;
168
isFbo
? (const GLenum) GL_COLOR_EXT : (const GLenum) GL_COLOR_ATTACHMENT0,
169
isFbo
? (const GLenum) GL_STENCIL_EXT : (const GLenum) GL_STENCIL_ATTACHMENT };
[
all
...]
Completed in 88 milliseconds