HomeSort by relevance Sort by last modified time
    Searched refs:gpu (Results 151 - 175 of 176) sorted by null

1 2 3 4 5 67 8

  /external/skia/experimental/fiddle/
fiddle_main.cpp 106 if (options.gpu) {
148 dump_output(gpuData, "Gpu", !pdfData && !skpData);
  /external/vulkan-validation-layers/layers/
object_tracker.h     [all...]
unique_objects.h 192 VkResult explicit_CreateDevice(VkPhysicalDevice gpu, const VkDeviceCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator,
207 VkResult result = fpCreateDevice(gpu, pCreateInfo, pAllocator, pDevice);
core_validation.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp 238 // Delete the path rendering explicitly, since it will need working gpu object to release the
    [all...]
GrGLProgramDataManager.cpp 17 GrGLProgramDataManager::GrGLProgramDataManager(GrGLGpu* gpu, GrGLuint programID,
20 : fGpu(gpu)
  /external/eigen/demos/opengl/
gpuhelper.h 111 extern GpuHelper gpu;
  /external/valgrind/none/tests/
cmdline1.stdout.exp 102 android-gpu-sgx5xx android-gpu-adreno3xx none
cmdline2.stdout.exp 102 android-gpu-sgx5xx android-gpu-adreno3xx none
  /external/skia/dm/
Android.mk 580 ../src/gpu/GrContextFactory.cpp \
581 ../src/gpu/GrTest.cpp
610 $(LOCAL_PATH)/../include/gpu \
618 $(LOCAL_PATH)/../src/gpu \
619 $(LOCAL_PATH)/../../src/gpu \
  /device/moto/shamu/
device.mk 354 $(call inherit-product-if-exists, vendor/qcom/gpu/msm8x84/msm8x84-gpu-vendor.mk)
  /external/skia/src/gpu/
GrDrawTarget.cpp 40 GrDrawTarget::GrDrawTarget(GrRenderTarget* rt, GrGpu* gpu, GrResourceProvider* resourceProvider,
42 : fGpu(SkRef(gpu))
  /system/core/metricsd/uploader/proto/
system_profile.proto 170 // Information on the GPU
172 // The GPU manufacturer's vendor id.
175 // The GPU manufacturer's device id for the chip set.
178 // The driver version on the GPU.
181 // The driver date on the GPU.
192 optional Graphics gpu = 8;
  /external/skia/src/utils/
SkCanvasStateUtils.cpp 73 } gpu; member in union:SkCanvasLayerState::__anon22526
  /external/skia/tests/
SurfaceTest.cpp 86 GrGpu* gpu = context->getGpu(); local
87 if (!gpu) {
98 GrBackendObject texHandle = gpu->createTestingOnlyBackendTexture(pixels.get(), kW, kH,
150 gpu->deleteTestingOnlyBackendTexture(texHandle);
442 // We should be able to pass true here, but disallowing copy on write for direct GPU
    [all...]
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 115 public static final String NODE_GPU = "gpu";
516 // Don't know CPU, GPU types
520 Element gpu = doc.createElement(PREFIX + NODE_GPU); local
521 hardware.appendChild(gpu);
522 gpu.appendChild(doc.createTextNode(" "));
  /external/vulkan-validation-layers/loader/
loader.h 324 * driver (multiple ICD/gpu case). This can be accomplished by wrapping the
601 terminator_CreateDevice(VkPhysicalDevice gpu,
  /external/vulkan-validation-layers/tests/
vkrenderframework.h 83 VkPhysicalDevice gpu() { return objs[0]; } function in class:VkRenderFramework
  /device/google/marlin/
device-common.mk 312 $(call inherit-product-if-exists, vendor/qcom/gpu/msm8996/msm8996-gpu-vendor.mk)
  /device/huawei/angler/
device.mk 470 $(call inherit-product-if-exists, vendor/qcom/gpu/msm8994/msm8994-gpu-vendor.mk)
  /device/lge/bullhead/
device.mk 490 $(call inherit-product-if-exists, vendor/qcom/gpu/msm8994/msm8994-gpu-vendor.mk)
  /external/skia/src/gpu/vk/
GrVkGpu.cpp     [all...]
  /frameworks/base/libs/hwui/
Android.mk 203 # static library null gpu
  /art/runtime/arch/mips64/
quick_entrypoints_mips64.S 692 .macro LOOP_OVER_SHORTY_LOADING_REG gpu, fpu, label
703 lw $\gpu, 0($t1)
704 sw $\gpu, 0($v0)
737 or $\gpu, $t9, $t3
    [all...]
  /external/skia/samplecode/
SampleApp.cpp 96 #define DEFAULT_TO_GPU 0 // if 1 default rendering is on GPU
308 // need to send the raster bits to the (gpu) window
746 DEFINE_bool(gpu, false, "Start up with gpu?");
    [all...]

Completed in 2349 milliseconds

1 2 3 4 5 67 8