/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
nubus.h | 52 * Jet framebuffer (DuoDock Plus): <3,1,1,41> 121 NUBUS_DRHW_APPLE_JET = 0x0029, /* Jet framebuffer (DuoDock) */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
GLTraceOptionsDialog.java | 221 readFbOnEglSwapCheckBox.setText("Read back framebuffer 0 on eglSwapBuffers()"); 225 readFbOnGlDrawCheckBox.setText("Read back currently bound framebuffer On glDraw*()");
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
WebGLRenderingContext.cpp | [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
si_state.c | 38 * inferred framebuffer and blender state 53 mask = (1ULL << ((unsigned)rctx->framebuffer.nr_cbufs * 4)) - 1; 301 * inferred state between framebuffer and rasterizer 310 if (!rs || !rctx->framebuffer.zsbuf) 314 switch (rctx->framebuffer.zsbuf->texture->format) { [all...] |
/external/mesa3d/src/gallium/drivers/radeonsi/ |
si_state.c | 38 * inferred framebuffer and blender state 53 mask = (1ULL << ((unsigned)rctx->framebuffer.nr_cbufs * 4)) - 1; 301 * inferred state between framebuffer and rasterizer 310 if (!rs || !rctx->framebuffer.zsbuf) 314 switch (rctx->framebuffer.zsbuf->texture->format) { [all...] |
/cts/suite/cts/deviceTests/opengl/jni/graphics/ |
Renderer.cpp | 154 ALOGE("Framebuffer not complete: %d", status);
|
/cts/suite/cts/deviceTests/opengl/jni/primitive/contextswitch/ |
ContextSwitchRenderer.cpp | 129 ALOGE("Framebuffer not complete: %d", status);
|
/development/ndk/platforms/android-3/include/linux/ |
fb.h | 254 __u32 framebuffer; member in struct:fb_con2fbmap
|
/device/generic/goldfish/camera/ |
Converters.cpp | 18 * Contains implemenation of framebuffer conversion routines.
|
PreviewWindow.cpp | 158 * us with the framebuffer data address. */
|
/device/generic/goldfish/opengl/system/gralloc/ |
gralloc.cpp | 84 // Our framebuffer device structure 438 // Framebuffer device functions 931 // Query the host for Framebuffer attributes 950 // Allocate memory for the framebuffer device
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
gles.cpp | 1071 GLboolean glIsFramebufferOES(GLuint framebuffer) 1073 return getDispatch()->glIsFramebufferOES(framebuffer); 1076 void glBindFramebufferOES(GLenum target, GLuint framebuffer) 1078 getDispatch()->glBindFramebufferOES(target, framebuffer); [all...] |
/external/chromium_org/content/browser/renderer_host/ |
compositing_iosurface_transformer_mac.h | 99 // If necessary, generate a framebuffer object to be used as an intermediate
|
/external/chromium_org/ppapi/lib/gl/gles2/ |
gles2.c | 36 void GL_APIENTRY glBindFramebuffer(GLenum target, GLuint framebuffer) { 38 glGetCurrentContextPPAPI(), target, framebuffer); local 450 GLboolean GL_APIENTRY glIsFramebuffer(GLuint framebuffer) { 452 glGetCurrentContextPPAPI(), framebuffer);
|
/external/chromium_org/third_party/angle/samples/gles2_book/Common/ |
esUtil.c | 164 // ES_WINDOW_ALPHA - specifies that the framebuffer should have alpha
|
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_swap_frame_usage.spec | 98 and the Framebuffer)
|
relnotes-6.5.1.html | 64 <li>removed the test for duplicated framebuffer attachments, per
|
relnotes-6.5.2.html | 71 <li>glDrawPixels into a user-created framebuffer object could crash Xlib driver
|
relnotes-6.5.3.html | 69 <li>Fixed a number of framebuffer/renderbuffer reference counting bugs
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/ |
pp_program.c | 138 p->framebuffer.nr_cbufs = 1;
|
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/ |
context.rst | 206 the framebuffer to particular RGBA, depth, or stencil values. 216 include several layers), this surface need not be bound to the framebuffer. 222 this surface need not be bound to the framebuffer. 310 are written to the framebuffer without being culled by
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_bld_depth.c | 92 * \param stencilVals vector of stencil values from framebuffer 397 * Compute bitmask and bit shift to apply to the framebuffer pixel values 531 * \param zs_dst_ptr pointer to depth/stencil values in framebuffer 653 * Align the framebuffer Z 's LSB to the right.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nv30_clear.c | 58 struct pipe_framebuffer_state *fb = &nv30->framebuffer;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/ |
nv50_context.c | 78 util_unreference_framebuffer_state(&nv50->framebuffer);
|
nv50_context.h | 142 struct pipe_framebuffer_state framebuffer; member in struct:nv50_context
|