HomeSort by relevance Sort by last modified time
    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 245 const bool isFbo = getTargetFbo() == 0;
247 isFbo ? (const GLenum) GL_COLOR_EXT : (const GLenum) GL_COLOR_ATTACHMENT0,
248 isFbo ? (const GLenum) GL_STENCIL_EXT : (const GLenum) GL_STENCIL_ATTACHMENT };
    [all...]

Completed in 114 milliseconds