/external/skia/tools/ |
CopyTilesRenderer.cpp | 30 // In order to avoid allocating a large canvas (particularly important for GPU), create one
|
bench_pictures_cfg_helper.py | 28 return Config(config='gpu', **kwargs)
|
/frameworks/base/core/java/android/view/ |
GLES20RenderLayer.java | 70 // Failure: not enough GPU resources for requested size
|
/frameworks/base/docs/html/guide/topics/graphics/ |
index.jd | 17 by the UI toolkit are carried out using the GPU. You?ll be happy to hear that Android 4.0, Ice Cream
|
/frameworks/base/docs/html/guide/topics/manifest/ |
supports-gl-texture-element.jd | 14 as a way of targeting specific device types, based on GPU platform.</p> 102 <td>ATI texture compression. Available on devices running Adreno GPU, including 127 GPU, such as Motorola DROID series; Samsung Galaxy S, Nexus S, and Galaxy Tab; 161 <li>Texture compression formats that are supported by the GPU on the device —
|
/frameworks/base/libs/hwui/ |
Debug.h | 23 // Turn on to display informations about the GPU
|
/frameworks/wilhelm/src/android/ |
VideoCodec_to_android.h | 25 * specific feature of the platform, such as DSP or particular GPU.
|
/hardware/qcom/display/msm8960/libgralloc/ |
gralloc.cpp | 30 #include "gpu.h"
|
/hardware/qcom/display/msm8960/libqdutils/ |
comptype.h | 65 if (property_get("debug.composition.type", property, "gpu") > 0) {
|
/hardware/qcom/display/msm8974/libgralloc/ |
gralloc.cpp | 30 #include "gpu.h"
|
/hardware/qcom/display/msm8974/libqdutils/ |
comptype.h | 65 if (property_get("debug.composition.type", property, "gpu") > 0) {
|
/hardware/qcom/display/msm8x26/libgralloc/ |
gralloc.cpp | 30 #include "gpu.h"
|
/hardware/qcom/display/msm8x26/libqdutils/ |
comptype.h | 65 if (property_get("debug.composition.type", property, "gpu") > 0) {
|
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_android.cc | 33 #include "content/browser/gpu/gpu_data_manager_impl.h" 34 #include "content/browser/gpu/gpu_process_host_ui_shim.h" 35 #include "content/browser/gpu/gpu_surface_tracker.h" 42 #include "content/common/gpu/client/gl_helper.h" 43 #include "content/common/gpu/gpu_messages.h" 49 #include "gpu/config/gpu_driver_bug_workaround_type.h" 71 const gpu::Mailbox& return_mailbox, 781 current_mailbox_ = gpu::Mailbox(); 881 const gpu::Mailbox& mailbox, 963 current_mailbox_ = gpu::Mailbox() [all...] |
/external/chromium_org/third_party/skia/src/gpu/ |
GrClipMaskManager.cpp | 35 void setup_drawstate_aaclip(GrGpu* gpu, 38 GrDrawState* drawState = gpu->drawState(); 62 GrGpu* gpu, 66 // the gpu alpha mask will draw the inverse paths as non-inverse to a temp buffer 76 return NULL == context->getPathRenderer(*path, stroke, gpu, false, type); 84 * entire clip should be rendered in SW and then uploaded en masse to the gpu. 393 // or gpu-rendered cases. Returns true if there is no more work to be done (i.e., we got a cache [all...] |
/external/skia/src/gpu/ |
GrClipMaskManager.cpp | 35 void setup_drawstate_aaclip(GrGpu* gpu, 38 GrDrawState* drawState = gpu->drawState(); 62 GrGpu* gpu, 66 // the gpu alpha mask will draw the inverse paths as non-inverse to a temp buffer 76 return NULL == context->getPathRenderer(*path, stroke, gpu, false, type); 84 * entire clip should be rendered in SW and then uploaded en masse to the gpu. 393 // or gpu-rendered cases. Returns true if there is no more work to be done (i.e., we got a cache [all...] |
/external/chromium/chrome/browser/resources/ |
software_rendering_list.json | 1 // Determines whether certain gpu-related features are blacklisted or not. 28 // 10. "blacklist" is a list of gpu feature strings, valid values include
|
/external/chromium_org/cc/scheduler/ |
texture_uploader_unittest.cc | 9 #include "gpu/command_buffer/client/gles2_interface_stub.h" 18 class TextureUploadTestContext : public gpu::gles2::GLES2InterfaceStub {
|
/external/chromium_org/components/autofill/content/browser/risk/ |
fingerprint.cc | 41 #include "gpu/config/gpu_info.h" 163 // Writes info about the machine's GPU into the |machine|. 165 const gpu::GPUInfo& gpu_info = 172 graphics->set_vendor_id(gpu_info.gpu.vendor_id); 173 graphics->set_device_id(gpu_info.gpu.device_id); 287 // The GPU data provider. 291 // Ensures that any observer registrations for the GPU data are cleaned up by 360 // Load GPU data if needed.
|
/external/chromium_org/content/common/gpu/client/ |
gl_helper_scaling.h | 10 #include "content/common/gpu/client/gl_helper.h" 18 // Implements GPU texture scaling methods.
|
/external/chromium_org/content/renderer/gpu/ |
mailbox_output_surface.cc | 5 #include "content/renderer/gpu/mailbox_output_surface.h" 19 using gpu::Mailbox;
|
/external/chromium_org/content/renderer/pepper/ |
ppb_video_decoder_impl.cc | 20 #include "gpu/command_buffer/client/gles2_implementation.h" 135 gpu::gles2::GLES2Implementation* gles2_impl,
|
/external/chromium_org/content/test/gpu/gpu_tests/ |
pixel.py | 15 os.path.dirname(__file__), '..', '..', 'data', 'gpu')) 52 options.AppendExtraBrowserArgs('--enable-gpu-benchmarking')
|
/external/chromium_org/gpu/command_buffer/common/ |
types.h | 169 namespace gpu { namespace 184 } // namespace gpu
|
/external/chromium_org/gpu/command_buffer/service/ |
framebuffer_manager_unittest.cc | 5 #include "gpu/command_buffer/service/error_state_mock.h" 6 #include "gpu/command_buffer/service/framebuffer_manager.h" 7 #include "gpu/command_buffer/service/feature_info.h" 8 #include "gpu/command_buffer/service/renderbuffer_manager.h" 9 #include "gpu/command_buffer/service/test_helper.h" 10 #include "gpu/command_buffer/service/texture_manager.h" 16 namespace gpu { namespace [all...] |