HomeSort by relevance Sort by last modified time
    Searched defs:fbo (Results 26 - 32 of 32) sorted by null

12

  /hardware/intel/common/libva/va/glx/
va_glx_impl.c 173 // Check for GLX extensions (TFP, FBO)
456 GLuint fbo; member in struct:VASurfaceGLX
648 GLuint fbo; local
651 pOpenGLVTable->gl_gen_framebuffers(1, &fbo);
652 pOpenGLVTable->gl_bind_framebuffer(GL_FRAMEBUFFER_EXT, fbo);
666 pSurfaceGLX->fbo = fbo;
675 if (pSurfaceGLX->fbo) {
676 pOpenGLVTable->gl_delete_framebuffers(1, &pSurfaceGLX->fbo);
677 pSurfaceGLX->fbo = 0
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 73 deUint32 fbo = *i; local
74 gl.deleteFramebuffers(1, &fbo);
196 // \todo [2011-10-13 pyry] This is a bit of a hack since test cases assumes 0 default fbo.
  /external/deqp/modules/gles31/functional/
es31fNegativeTextureApiTests.cpp 909 GLuint fbo = 0x1234; local
1091 GLuint fbo = 0x1234; local
3263 GLuint fbo = 0x1234; local
    [all...]
es31fShaderImageLoadStoreTests.cpp 819 //! Binds texture (one layer at a time) to color attachment of FBO and does glReadPixels(). Calls the verifier for each layer.
834 const tcu::ScopedLogSection section(log, "Verification", "Result verification (bind texture layer-by-layer to FBO, read with glReadPixels())");
838 glu::Framebuffer fbo (renderCtx);
841 glLog.glBindFramebuffer(GL_FRAMEBUFFER, *fbo);
842 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "Bind FBO");
2959 de::MovePtr<glu::Framebuffer> fbo; local
    [all...]
  /external/deqp/modules/glshared/
glsLifetimeTests.cpp 189 void setupFbo (const Context& ctx, GLuint seed, GLuint fbo)
193 GLU_CHECK_CALL_ERROR(gl.bindFramebuffer(GL_FRAMEBUFFER, fbo),
230 void drawFbo (const Context& ctx, GLuint fbo, Surface& dst)
236 gl.bindFramebuffer(GL_FRAMEBUFFER, fbo),
248 GLuint getFboAttachment (const Functions& gl, GLuint fbo, GLenum requiredType)
251 gl.bindFramebuffer(GL_FRAMEBUFFER, fbo);
275 Framebuffer fbo(getRenderContext());
285 attach(element, *fbo);
286 setupFbo(getContext(), seed, *fbo); local
287 detach(element, *fbo);
299 drawFbo(getContext(), fbo, dst); local
307 setupFbo(getContext(), seed, fbo); local
318 drawFbo(getContext(), *fbo, dst); local
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
RenderTarget.java 104 // NOTE: We do not need to lookup any previous bindings of this texture to an FBO, as
106 int fbo = GLToolbox.generateFbo(); local
107 GLES20.glBindFramebuffer(GLES20.GL_FRAMEBUFFER, fbo);
115 return new RenderTarget(mDisplay, mContext, surface(), fbo, false, false);
348 private RenderTarget(EGLDisplay display, EGLContext context, EGLSurface surface, int fbo,
354 mFbo = fbo;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/frv/
allinsn.s 1178 .global fbo
1179 fbo: label
1180 fbo fcc0,0,footext

Completed in 298 milliseconds

12