/frameworks/base/libs/hwui/ |
OpenGLRenderer.cpp | 239 // The framebuffer renderer will first defer the display list 253 // If we know that we are going to redraw the entire framebuffer, 797 // Layers only make sense if they are in the framebuffer's bounds 804 // of the framebuffer 867 * framebuffer is draw, the shape will be drawn on both (unless the layer was 953 // Copy the framebuffer into the layer [all...] |
/hardware/ti/omap4xxx/hwc/ |
hwc.c | 443 /* defaults for SGX framebuffer renders */ 554 /* allow for tolerance so we avoid scaling if framebuffer is standard size */ 772 framebuffer is able to be scaled on selected external resolution */ [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
evergreen_state.c | 690 /* XXX there is more then 8 framebuffer */ [all...] |
r600_hw_context.c | 675 /* Count in framebuffer cache flushes at the end of CS. */ 902 (ctx->framebuffer.zsbuf ? S_0085F0_DB_ACTION_ENA(1) | S_0085F0_DB_DEST_BASE_ENA(1) : 0); [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
evergreen_state.c | 690 /* XXX there is more then 8 framebuffer */ [all...] |
r600_hw_context.c | 675 /* Count in framebuffer cache flushes at the end of CS. */ 902 (ctx->framebuffer.zsbuf ? S_0085F0_DB_ACTION_ENA(1) | S_0085F0_DB_DEST_BASE_ENA(1) : 0); [all...] |
/frameworks/base/core/jni/ |
android_opengl_GLES20.cpp | 388 /* void glBindFramebuffer ( GLenum target, GLuint framebuffer ) */ 391 (JNIEnv *_env, jobject _this, jint target, jint framebuffer) { 394 (GLuint)framebuffer [all...] |
/external/chromium_org/gpu/command_buffer/docs/ |
gles2_cmd_format_docs.txt | 301 uint32 framebuffer; //!< GLuint [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
indirect.h | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_wm_emit.c | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
xm_api.c | 69 #include "main/framebuffer.h" 1085 /* get pixmap size, update framebuffer/renderbuffer dims * [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texobj.c | 1004 * read framebuffer. If so, Unbind it. [all...] |
/external/chromium_org/ui/base/x/ |
x11_util.cc | [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
RenderManager.java | [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_wm_emit.c | [all...] |
/external/mesa3d/src/mesa/drivers/x11/ |
xm_api.c | 69 #include "main/framebuffer.h" 1085 /* get pixmap size, update framebuffer/renderbuffer dims * [all...] |
/external/mesa3d/src/mesa/main/ |
texobj.c | 1004 * read framebuffer. If so, Unbind it. [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/ |
SDL_gapivideo.c | 561 * This is NOT necessarily the size of the Framebuffer or GAPI, as they return 820 printf("use raw framebuffer: %d\n", gapi->useVga); [all...] |
/frameworks/rs/driver/ |
rsdAllocation.cpp | 570 // Bind the framebuffer object so we can read back from it 578 // Revert framebuffer to its original [all...] |
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_utils.cpp | 129 ALOGE("%s: failed to open framebuffer!!", __FUNCTION__); 578 //Intersect with the framebuffer [all...] |
/system/core/libpixelflinger/ |
trap.cpp | 947 * viewport already, that is, no vertex lies outside of the framebuffer. 1020 // framebuffer [all...] |
/device/generic/goldfish/camera/ |
EmulatedCamera.cpp | 583 * use preview pixel format for the main framebuffer. */ [all...] |
/device/lge/mako/camera/QCamera/stack/mm-camera-test/src/ |
mm_qcamera_display.c | 284 CDBG_ERROR("cannot open framebuffer %s or %s file node\n",
|
/docs/source.android.com/src/devices/ |
graphics.jd | 168 <li>Framebuffer HAL implementation
|
/external/chromium_org/cc/output/ |
gl_renderer.cc | [all...] |