/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
GL11ExtensionPack.java | 112 int framebuffer 313 int framebuffer
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
GLES20.spec | 5 void glBindFramebuffer ( GLenum target, GLuint framebuffer ) 85 GLboolean glIsFramebuffer ( GLuint framebuffer )
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
FramebufferSurface.cpp | 48 * This implements the (main) framebuffer management. This class is used 136 ALOGE("error posting framebuffer: %d", err);
|
/hardware/qcom/display/msm8960/liboverlay/ |
overlay.h | 79 /* set the framebuffer index for external display */ 81 /* Returns framebuffer index of the current external display */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
nubus.h | 53 * Jet framebuffer (DuoDock Plus): <3,1,1,41> 122 NUBUS_DRHW_APPLE_JET = 0x0029, /* Jet framebuffer (DuoDock) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
nubus.h | 53 * Jet framebuffer (DuoDock Plus): <3,1,1,41> 122 NUBUS_DRHW_APPLE_JET = 0x0029, /* Jet framebuffer (DuoDock) */
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_manager.c | 35 #include "main/framebuffer.h" 59 * Return NULL if the struct gl_framebuffer is a user-created framebuffer. 172 * Validate a framebuffer to make sure up-to-date pipe_textures are used. 280 * Add a renderbuffer to the framebuffer. 408 * Create a framebuffer from a manager interface. 449 * Reference a framebuffer.
|
st_cb_fbo.c | 30 * Framebuffer/renderbuffer functions. 39 #include "main/framebuffer.h" 457 /* Invalidate buffer state so that the pipe's framebuffer state 486 /* restore previous framebuffer state */ 573 * Check that the framebuffer configuration is valid in terms of what
|
/external/deqp/modules/gles3/functional/ |
es3fReadPixelsTests.cpp | 238 GLuint framebuffer = 0; local 259 GLU_CHECK_CALL(glGenFramebuffers(1, &framebuffer)); 260 GLU_CHECK_CALL(glBindFramebuffer(GL_FRAMEBUFFER, framebuffer)); 343 if (framebuffer) 344 GLU_CHECK_CALL(glDeleteFramebuffers(1, &framebuffer)); 382 // \note GL_RGBA_INTEGER uses always renderbuffers that are never multisampled. Otherwise default framebuffer is used.
|
/external/deqp/modules/gles31/functional/ |
es31fMultisampleShaderRenderCase.cpp | 470 m_testCtx.getLog() << tcu::TestLog::Message << "Rendering " << m_renderSceneDescription << " with render shader to default framebuffer." << tcu::TestLog::EndMessage; 512 m_testCtx.getLog() << tcu::TestLog::Message << "Reading pixels from default framebuffer." << tcu::TestLog::EndMessage; 534 m_testCtx.getLog() << tcu::TestLog::Message << "Reading pixels from single sample framebuffer." << tcu::TestLog::EndMessage; 553 m_testCtx.getLog() << tcu::TestLog::Message << "Using sampler shader to sample the multisample texture to single sample framebuffer." << tcu::TestLog::EndMessage; 555 m_testCtx.getLog() << tcu::TestLog::Message << "Drawing texture to single sample framebuffer. Using sampler shader." << tcu::TestLog::EndMessage; 586 m_testCtx.getLog() << tcu::TestLog::Message << "Reading pixels from single sample framebuffer." << tcu::TestLog::EndMessage;
|
es31fNegativeBufferApiTests.cpp | 186 ctx.beginSection("GL_INVALID_FRAMEBUFFER_OPERATION is generated if the currently bound framebuffer is not framebuffer complete."); 245 ctx.beginSection("GL_INVALID_OPERATION is generated if currently bound framebuffer format is incompatible with format and type."); 270 ctx.beginSection("GL_INVALID_OPERATION is generated if GL_READ_FRAMEBUFFER_BINDING is non-zero, the read framebuffer is complete, and the value of GL_SAMPLE_BUFFERS for the read framebuffer is greater than zero."); 666 ctx.beginSection("GL_INVALID_OPERATION is generated if the GL is bound to the default framebuffer and n is not 1."); 672 ctx.beginSection("GL_INVALID_OPERATION is generated if the GL is bound to the default framebuffer and the value in bufs is one of the GL_COLOR_ATTACHMENTn tokens."); 678 ctx.beginSection("GL_INVALID_OPERATION is generated if the GL is bound to a framebuffer object and the ith buffer listed in bufs is anything other than GL_NONE or GL_COLOR_ATTACHMENTSi."); [all...] |
es31fShaderHelperInvocationTests.cpp | 185 glu::Framebuffer m_framebuffer; 187 glu::Framebuffer m_resolveFramebuffer; 220 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to create framebuffer"); 333 m_testCtx.getLog() << TestLog::Message << "Using GL_RGBA8 framebuffer with " 479 m_testCtx.getLog() << TestLog::Message << "Using GL_RGBA8 framebuffer with "
|
/external/mesa3d/src/mesa/state_tracker/ |
st_manager.c | 35 #include "main/framebuffer.h" 59 * Return NULL if the struct gl_framebuffer is a user-created framebuffer. 172 * Validate a framebuffer to make sure up-to-date pipe_textures are used. 280 * Add a renderbuffer to the framebuffer. 408 * Create a framebuffer from a manager interface. 449 * Reference a framebuffer.
|
/packages/apps/Camera/jni/ |
mosaic_renderer_jni.cpp | 25 #include "mosaic_renderer/FrameBuffer.h" 73 FrameBuffer gBufferInput[NR]; 78 FrameBuffer gBufferInputYVU[NR]; 85 FrameBuffer gBuffer[2]; 179 LOGE("Checking completeness of Framebuffer:%s", name); 189 LOGE("Framebuffer: %s is INCOMPLETE: %s, %x", name, msg, status);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/ |
nv50_state.c | 840 pipe_surface_reference(&nv50->framebuffer.cbufs[i], fb->cbufs[i]); 841 for (; i < nv50->framebuffer.nr_cbufs; ++i) 842 pipe_surface_reference(&nv50->framebuffer.cbufs[i], NULL); 844 nv50->framebuffer.nr_cbufs = fb->nr_cbufs; 846 nv50->framebuffer.width = fb->width; 847 nv50->framebuffer.height = fb->height; 849 pipe_surface_reference(&nv50->framebuffer.zsbuf, fb->zsbuf); [all...] |
/external/deqp/modules/glshared/ |
glsLifetimeTests.cpp | 69 using glu::Framebuffer; 241 GLU_EXPECT_NO_ERROR(gl.getError(), "Read pixels from framebuffer"); 272 Framebuffer fbo(getRenderContext()); 298 << "// Read pixels from framebuffer " << fbo << " to output image." 306 << "// Drew to framebuffer " << fbo << " with seed " << seed << "." 312 Framebuffer fbo(getRenderContext()); 572 , m_fboType (ctx, "framebuffer", [all...] |
/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_state.c | 840 pipe_surface_reference(&nv50->framebuffer.cbufs[i], fb->cbufs[i]); 841 for (; i < nv50->framebuffer.nr_cbufs; ++i) 842 pipe_surface_reference(&nv50->framebuffer.cbufs[i], NULL); 844 nv50->framebuffer.nr_cbufs = fb->nr_cbufs; 846 nv50->framebuffer.width = fb->width; 847 nv50->framebuffer.height = fb->height; 849 pipe_surface_reference(&nv50->framebuffer.zsbuf, fb->zsbuf); [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
context.c | 28 * Mesa context/visual/framebuffer management functions. 100 #include "framebuffer.h" [all...] |
/external/mesa3d/src/mesa/main/ |
context.c | 28 * Mesa context/visual/framebuffer management functions. 100 #include "framebuffer.h" [all...] |
/external/chromium_org/gpu/command_buffer/client/ |
gles2_implementation_impl_autogen.h | 39 void GLES2Implementation::BindFramebuffer(GLenum target, GLuint framebuffer) { 43 << framebuffer << ")"); 44 if (IsFramebufferReservedId(framebuffer)) { 46 GL_INVALID_OPERATION, "BindFramebuffer", "framebuffer reserved id"); 49 if (BindFramebufferHelper(target, framebuffer)) { 50 helper_->BindFramebuffer(target, framebuffer); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
WebGLRenderingContextBase.idl | 420 /* Framebuffer Object. */ 421 const GLenum FRAMEBUFFER = 0x8D40; 480 void bindFramebuffer(GLenum target, WebGLFramebuffer? framebuffer); 522 void deleteFramebuffer(WebGLFramebuffer? framebuffer); 591 GLboolean isFramebuffer(WebGLFramebuffer? framebuffer); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_state.c | 837 i915->framebuffer.width = fb->width; 838 i915->framebuffer.height = fb->height; 839 i915->framebuffer.nr_cbufs = fb->nr_cbufs; 841 pipe_surface_reference(&i915->framebuffer.cbufs[i], 844 pipe_surface_reference(&i915->framebuffer.zsbuf, fb->zsbuf); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_setup.c | 369 setup->framebuffer.x0 = 0; 370 setup->framebuffer.y0 = 0; 371 setup->framebuffer.x1 = fb->width-1; 372 setup->framebuffer.y1 = fb->height-1; 885 setup->draw_region = setup->framebuffer;
|
/external/chromium_org/ui/display/chromeos/x11/ |
native_display_delegate_x11.cc | 268 // Don't redraw the background upon framebuffer change again. This should 529 // to be resized framebuffer, disable it. 530 // It'll get reenabled after we resize the framebuffer. 629 // Configuring CRTCs/Framebuffer clears the boot screen image. Paint the 630 // same background color after updating framebuffer to minimize the
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_state.c | 837 i915->framebuffer.width = fb->width; 838 i915->framebuffer.height = fb->height; 839 i915->framebuffer.nr_cbufs = fb->nr_cbufs; 841 pipe_surface_reference(&i915->framebuffer.cbufs[i], 844 pipe_surface_reference(&i915->framebuffer.zsbuf, fb->zsbuf); [all...] |