/external/deqp/framework/opengl/wrapper/ |
glwFunctionTypes.inl | 21 typedef GLW_APICALL void (GLW_APIENTRY* glBindFramebufferFunc) (GLenum target, GLuint framebuffer); 53 typedef GLW_APICALL GLenum (GLW_APIENTRY* glCheckNamedFramebufferStatusFunc) (GLuint framebuffer, GLenum target); 54 typedef GLW_APICALL GLenum (GLW_APIENTRY* glCheckNamedFramebufferStatusEXTFunc) (GLuint framebuffer, GLenum target); 70 typedef GLW_APICALL void (GLW_APIENTRY* glClearNamedFramebufferfiFunc) (GLuint framebuffer, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil); 71 typedef GLW_APICALL void (GLW_APIENTRY* glClearNamedFramebufferfvFunc) (GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLfloat *value); 72 typedef GLW_APICALL void (GLW_APIENTRY* glClearNamedFramebufferivFunc) (GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLint *value); 73 typedef GLW_APICALL void (GLW_APIENTRY* glClearNamedFramebufferuivFunc) (GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLuint *value); 215 typedef GLW_APICALL void (GLW_APIENTRY* glFramebufferDrawBufferEXTFunc) (GLuint framebuffer, GLenum mode); 216 typedef GLW_APICALL void (GLW_APIENTRY* glFramebufferDrawBuffersEXTFunc) (GLuint framebuffer, GLsizei n, const GLenum *bufs); 218 typedef GLW_APICALL void (GLW_APIENTRY* glFramebufferReadBufferEXTFunc) (GLuint framebuffer, GLenum mode) [all...] |
/external/deqp/modules/gles3/functional/ |
es3fFboRenderTest.cpp | 21 * \brief Framebuffer Object Tests. 137 class Framebuffer 140 Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 fbo = 0, deUint32 colorBuffer = 0, deUint32 depthStencilBuffer = 0); 141 ~Framebuffer (void); 249 Framebuffer::Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 fbo, deUint32 colorBufferName, deUint32 depthStencilBufferName) 317 Framebuffer::~Framebuffer (void) 324 void Framebuffer::checkCompleteness (void) 333 deUint32 Framebuffer::createTex2D (deUint32 name, GLenum format, int width, int height [all...] |
/device/generic/goldfish/camera/ |
EmulatedFakeCameraDevice.h | 137 /* U pane inside the framebuffer. */ 140 /* V pane inside the framebuffer. */
|
/device/google/cuttlefish_common/guest/hals/gralloc/legacy/ |
framebuffer.cpp | 68 * These functions (and probably the entire framebuffer device) are most likely 77 // TODO(jemoreira): Find a way to broadcast this with the framebuffer control.
|
/external/deqp/doc/testspecs/GLES3/ |
functional.primitive_bounding_box.txt | 91 blit_fbo.* cases do framebuffer blits with different bounding box values. 94 clear.* cases do full and scissored framebuffer clears. Since clears are
|
/external/deqp/external/openglcts/docs/specs/ |
CTS_ARB_sparse_texture2.txt | 114 reading a value of zero from the framebuffer. No value is written to the 150 Verify if shader pass test by reading pixels from framebuffer and
|
/external/deqp/external/openglcts/modules/gl/ |
gl4cIncompleteTextureAccessTests.hpp | 72 * Prepare framebuffer with RGBA renderbuffer 1x1 pixels in size 75 * Fetch framebuffer data using glReadPixels.
|
/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
esextcGeometryShaderLayeredRenderingBoundaryCondition.cpp | 283 /* Set up framebuffer objects */ 287 GLU_EXPECT_NO_ERROR(gl.getError(), "Error creating framebuffer objects!"); 319 /* Bind draw framebuffer */ 369 GLU_EXPECT_NO_ERROR(gl.getError(), "Error configuring framebuffer objects!"); 372 /* Verify draw framebuffer is considered complete */ 402 /* Bind read framebuffer object. */ 429 GLU_EXPECT_NO_ERROR(gl.getError(), "Could not set up read framebuffer!"); 431 /* Verify read framebuffer is considered complete */
|
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
esextcTextureCubeMapArrayStencilAttachments.hpp | 83 * can be used as a stencil attachment for a framebuffer object. 96 * Rendering to both layered (if supported) and non-layered framebuffer
|
/external/deqp/modules/glshared/ |
glsFboCompletenessTests.cpp | 21 * \brief Framebuffer completeness tests. 40 using glu::Framebuffer; 464 static void logFormatInfo (const config::Framebuffer& fbo, const FormatDB& ctxFormats, const FormatDB& coreFormats, const FormatDB& allFormats, tcu::TestLog& log) 621 glu::Framebuffer fbo (m_ctx.getRenderContext()); 661 fail("Framebuffer checked as complete, expected incomplete"); 663 fail("Framebuffer checked is incomplete, expected complete"); 666 fail("Framebuffer checked as incomplete, but with wrong status"); 669 qualityWarning("Framebuffer object could have checked as complete but did not.");
|
/external/libvncserver/libvncclient/ |
h264.c | 114 DebugLog(("Framebuffer update with H264 (x: %d, y: %d, w: %d, h: %d)\n", rx, ry, rw, rh)); 149 * framebuffer update message for a particular frame buffer contents. 293 * or when the resolution of the framebuffer changes, but we check 415 /* TODO use estimation matching framebuffer dimensions instead of this large value */ 475 /* use efficient vaPutSurface() method of putting the framebuffer on the screen */ 482 else if (client->frameBuffer) { 483 /* ... or copy the changed framebuffer region manually as a fallback */ 594 uint32_t *dst = &((uint32_t*)client->frameBuffer)[client->width * ch_y + ch_x];
|
/external/libvncserver/rfb/ |
rfbclient.h | 181 uint8_t* frameBuffer; 382 * framebuffer updates in hextile format. Likewise if you change the pixel 383 * format of the framebuffer, the server must be notified about this as well. 388 * @li Framebuffer pixel format (like RGB vs ARGB) 397 * Sends a framebuffer update request to the server. A VNC client may request an 406 * into the screen. The origin is at the upper left corner of the framebuffer. 428 * @note The cursor location is relative to the client's framebuffer, not the 637 * @note rfbClientCleanup() does not touch client->frameBuffer.
|
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/ |
x6570.htm | 81 >Also known as Framebuffer Overlay or Previewing</FONT 274 >The framebuffer has an alpha channel that can be used 275 to clip or blend the framebuffer with the video.</P 280 framebuffer contents with video images.</P 534 framebuffer (struct <A 535 HREF="r10595.htm#V4L2-FRAMEBUFFER" 738 framebuffer with video images, if global alpha blending has been 750 HREF="r10595.htm#FRAMEBUFFER-FLAGS"
|
/external/mesa3d/docs/relnotes/ |
6.5.html | 84 <li>fixed some minor framebuffer object bugs 89 <li>lots of assorted framebuffer object bug fixes
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
fd4_gmem.c | 138 struct pipe_framebuffer_state *pfb = &batch->framebuffer; 193 struct pipe_framebuffer_state *pfb = &batch->framebuffer; 331 struct pipe_framebuffer_state *pfb = &batch->framebuffer; 525 struct pipe_framebuffer_state *pfb = &batch->framebuffer; 600 struct pipe_framebuffer_state *pfb = &batch->framebuffer; 665 struct pipe_framebuffer_state *pfb = &batch->framebuffer; 711 struct pipe_framebuffer_state *pfb = &batch->framebuffer; 761 struct pipe_framebuffer_state *pfb = &batch->framebuffer;
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_context.c | 71 pipe_surface_reference(&llvmpipe->framebuffer.cbufs[i], NULL); 74 pipe_surface_reference(&llvmpipe->framebuffer.zsbuf, NULL);
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_state_framebuffer.c | 56 const struct pipe_framebuffer_state *curr = &svga->curr.framebuffer; 57 struct pipe_framebuffer_state *hw = &svga->state.hw_clear.framebuffer; 120 struct pipe_framebuffer_state *hw = &svga->state.hw_clear.framebuffer; 168 struct pipe_framebuffer_state *curr = &svga->curr.framebuffer; 169 struct pipe_framebuffer_state *hw = &svga->state.hw_clear.framebuffer; 333 "hw framebuffer state", 361 float fb_width = (float) svga->curr.framebuffer.width; 362 float fb_height = (float) svga->curr.framebuffer.height;
|
/external/mesa3d/src/gallium/drivers/virgl/ |
virgl_context.c | 85 surf = vctx->framebuffer.zsbuf; 91 for (i = 0; i < vctx->framebuffer.nr_cbufs; i++) { 92 surf = vctx->framebuffer.cbufs[i]; 178 /* framebuffer, sampler views, vertex/index/uniform/stream buffers */ 325 vctx->framebuffer = *state; 636 /* add back current framebuffer resources to reference list? */ 855 vctx->framebuffer.zsbuf = NULL; 856 vctx->framebuffer.nr_cbufs = 0; [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
intel_fbo.h | 141 * \brief Return the framebuffer attachment specified by attIndex. 143 * If the framebuffer lacks the specified attachment, then return null.
|
/external/mesa3d/src/mesa/main/ |
renderbuffer.c | 111 * Attach a renderbuffer to a framebuffer. 145 * Remove the named renderbuffer from the given framebuffer.
|
/external/mesa3d/src/mesa/state_tracker/ |
st_atom_scissor.c | 35 #include "main/framebuffer.h" 42 * Scissor depends on the scissor box, and the framebuffer dimensions.
|
/external/skia/src/gpu/vk/ |
GrVkCommandBuffer.cpp | 404 beginInfo.framebuffer = target.framebuffer()->framebuffer(); [all...] |
/external/skqp/src/gpu/vk/ |
GrVkCommandBuffer.cpp | 404 beginInfo.framebuffer = target.framebuffer()->framebuffer(); [all...] |
/external/swiftshader/src/OpenGL/libGL/ |
libGL.vcxproj.filters | 26 <ClCompile Include="Framebuffer.cpp">
91 <ClInclude Include="Framebuffer.h">
|
main.cpp | 20 #include "Framebuffer.h" 278 TRACE("\t! Error generated: invalid framebuffer operation\n");
|