HomeSort by relevance Sort by last modified time
    Searched full:bindframebuffer (Results 1 - 25 of 166) sorted by null

1 2 3 4 5 6 7

  /external/deqp/modules/gles2/functional/
es2fFboApiTest.cpp 152 context.bindFramebuffer(GL_FRAMEBUFFER, fbo);
172 context.bindFramebuffer(GL_FRAMEBUFFER, fbo);
185 context.bindFramebuffer(GL_FRAMEBUFFER, 1);
221 context.bindFramebuffer(GL_FRAMEBUFFER, 1);
245 context.bindFramebuffer(GL_FRAMEBUFFER, 1);
276 context.bindFramebuffer(GL_FRAMEBUFFER, 1);
293 context.bindFramebuffer(GL_FRAMEBUFFER, 1);
309 context.bindFramebuffer(GL_FRAMEBUFFER, 1);
325 context.bindFramebuffer(GL_FRAMEBUFFER, 1);
370 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1)
    [all...]
es2fFboRenderTest.cpp 422 context.bindFramebuffer(GL_FRAMEBUFFER, m_framebuffer);
473 context.bindFramebuffer(GL_FRAMEBUFFER, 0);
486 m_context.bindFramebuffer(GL_FRAMEBUFFER, m_framebuffer);
488 m_context.bindFramebuffer(GL_FRAMEBUFFER, 0);
672 context.bindFramebuffer(GL_FRAMEBUFFER, fbo.getFramebuffer());
700 context.bindFramebuffer(GL_FRAMEBUFFER, 0);
780 ctx.bindFramebuffer(GL_FRAMEBUFFER, fbo.getFramebuffer());
798 ctx.bindFramebuffer(GL_FRAMEBUFFER, 0);
877 context.bindFramebuffer(GL_FRAMEBUFFER, fboA.getFramebuffer());
887 context.bindFramebuffer(GL_FRAMEBUFFER, fboB.getFramebuffer())
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboApiTests.cpp 148 context.bindFramebuffer(GL_FRAMEBUFFER, fbo);
161 context.bindFramebuffer(GL_FRAMEBUFFER, 1);
197 context.bindFramebuffer(GL_FRAMEBUFFER, 1);
221 context.bindFramebuffer(GL_FRAMEBUFFER, 1);
252 context.bindFramebuffer(GL_FRAMEBUFFER, 1);
269 context.bindFramebuffer(GL_FRAMEBUFFER, 1);
285 context.bindFramebuffer(GL_FRAMEBUFFER, 1);
301 context.bindFramebuffer(GL_FRAMEBUFFER, 1);
346 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1);
363 ctx.bindFramebuffer(GL_FRAMEBUFFER, 1)
    [all...]
es3fFboRenderTest.cpp 261 context.bindFramebuffer(GL_FRAMEBUFFER, m_framebuffer);
314 context.bindFramebuffer(GL_FRAMEBUFFER, 0);
326 m_context.bindFramebuffer(GL_FRAMEBUFFER, m_framebuffer);
328 m_context.bindFramebuffer(GL_FRAMEBUFFER, 0);
557 context.bindFramebuffer(GL_FRAMEBUFFER, fbo.getFramebuffer());
591 context.bindFramebuffer(GL_FRAMEBUFFER, 0);
651 context.bindFramebuffer(GL_FRAMEBUFFER, fboB.getFramebuffer());
670 context.bindFramebuffer(GL_FRAMEBUFFER, fboA.getFramebuffer());
689 context.bindFramebuffer(GL_FRAMEBUFFER, fboB.getFramebuffer());
724 context.bindFramebuffer(GL_FRAMEBUFFER, 0)
    [all...]
es3fShaderPrecisionTests.cpp 279 gl.bindFramebuffer(GL_FRAMEBUFFER, m_framebuffer);
285 gl.bindFramebuffer(GL_FRAMEBUFFER, m_context.getRenderContext().getDefaultFramebuffer());
375 gl.bindFramebuffer(GL_FRAMEBUFFER, m_framebuffer);
445 gl.bindFramebuffer(GL_FRAMEBUFFER, m_context.getRenderContext().getDefaultFramebuffer());
532 gl.bindFramebuffer(GL_FRAMEBUFFER, m_framebuffer);
538 gl.bindFramebuffer(GL_FRAMEBUFFER, m_context.getRenderContext().getDefaultFramebuffer());
596 gl.bindFramebuffer(GL_FRAMEBUFFER, m_framebuffer);
644 gl.bindFramebuffer(GL_FRAMEBUFFER, m_context.getRenderContext().getDefaultFramebuffer());
731 gl.bindFramebuffer(GL_FRAMEBUFFER, m_framebuffer);
737 gl.bindFramebuffer(GL_FRAMEBUFFER, m_context.getRenderContext().getDefaultFramebuffer())
    [all...]
  /external/chromium_org/content/test/data/gpu/
mem_webgl.html 58 gl.bindFramebuffer(gl.FRAMEBUFFER, fbo);
102 gl.bindFramebuffer(gl.FRAMEBUFFER, fbos[i]);
109 gl.bindFramebuffer(gl.FRAMEBUFFER, null);
  /external/deqp/modules/gles31/functional/
es31fMultisampleShaderRenderCase.cpp 185 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
221 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
248 gl.bindFramebuffer(GL_FRAMEBUFFER, m_resolveFbo);
464 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
503 gl.bindFramebuffer(GL_FRAMEBUFFER, 0);
529 gl.bindFramebuffer(GL_READ_FRAMEBUFFER, m_fbo);
530 gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, m_resolveFbo);
536 gl.bindFramebuffer(GL_READ_FRAMEBUFFER, m_resolveFbo);
540 gl.bindFramebuffer(GL_FRAMEBUFFER, 0);
579 gl.bindFramebuffer(GL_FRAMEBUFFER, m_resolveFbo)
    [all...]
es31fAdvancedBlendTests.cpp 255 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
270 gl.bindFramebuffer(GL_FRAMEBUFFER, m_resolveFbo);
276 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
305 gl.bindFramebuffer(GL_FRAMEBUFFER, 0);
472 gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, m_resolveFbo);
476 gl.bindFramebuffer(GL_READ_FRAMEBUFFER, m_resolveFbo);
483 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
  /frameworks/base/libs/hwui/
LayerRenderer.cpp 50 renderState().bindFramebuffer(mLayer->getFbo());
231 renderState.bindFramebuffer(layer->getFbo());
242 renderState.bindFramebuffer(previousFbo);
251 renderState.bindFramebuffer(previousFbo);
350 renderState.bindFramebuffer(fbo);
357 renderState.bindFramebuffer(previousFbo);
417 renderState.bindFramebuffer(fbo);
482 renderState.bindFramebuffer(previousFbo);
RenderState.h 48 void bindFramebuffer(GLuint fbo);
Layer.cpp 154 renderState.bindFramebuffer(fbo);
156 renderState.bindFramebuffer(previousFbo);
  /external/chromium_org/content/renderer/gpu/
mailbox_output_surface.h 39 virtual void BindFramebuffer() OVERRIDE;
mailbox_output_surface.cc 115 gl->BindFramebuffer(GL_FRAMEBUFFER, fbo_);
131 void MailboxOutputSurface::BindFramebuffer() {
139 gl->BindFramebuffer(GL_FRAMEBUFFER, fbo_);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.cpp 248 m_context->bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
401 m_context->bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
565 m_context->bindFramebuffer(GL_FRAMEBUFFER, framebuffer);
572 m_context->bindFramebuffer(GL_FRAMEBUFFER, previousFramebuffer);
654 m_context->bindFramebuffer(GL_FRAMEBUFFER, m_multisampleFBO);
662 m_context->bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
686 m_context->bindFramebuffer(GL_FRAMEBUFFER, m_multisampleFBO);
755 m_context->bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
759 m_context->bindFramebuffer(GL_FRAMEBUFFER, m_multisampleFBO ? m_multisampleFBO : m_fbo);
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
SkGLContextHelper.cpp 57 SK_GL(*this, BindFramebuffer(GR_GL_FRAMEBUFFER, fFBO));
GrGLAssembleInterface.cpp 188 GET_PROC(BindFramebuffer);
203 GET_PROC_SUFFIX(BindFramebuffer, EXT);
  /external/skia/src/gpu/gl/
SkGLContextHelper.cpp 57 SK_GL(*this, BindFramebuffer(GR_GL_FRAMEBUFFER, fFBO));
GrGLAssembleInterface.cpp 188 GET_PROC(BindFramebuffer);
203 GET_PROC_SUFFIX(BindFramebuffer, EXT);
  /frameworks/base/media/mca/filterfw/native/core/
gl_frame.cpp 227 bool GLFrame::BindFrameBuffer() const {
253 return BindFrameBuffer();
349 BindFrameBuffer();
  /external/chromium_org/cc/test/
test_gles2_interface.h 68 virtual void BindFramebuffer(GLenum target, GLuint buffer) OVERRIDE;
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gles_api.py 291 "BindFramebuffer",
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 142 GET_PROC(BindFramebuffer);
  /external/deqp/framework/opengl/
gluES3PlusWrapperContext.cpp 371 static GLW_APICALL void GLW_APIENTRY bindFramebuffer (deUint32 target, deUint32 framebuffer)
377 context->gl.bindFramebuffer(target, framebuffer);
429 dst->bindFramebuffer = bindFramebuffer;
  /external/mesa3d/src/mapi/glapi/gen/
gles_api.py 291 "BindFramebuffer",
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 142 GET_PROC(BindFramebuffer);

Completed in 2481 milliseconds

1 2 3 4 5 6 7