HomeSort by relevance Sort by last modified time
    Searched refs:surfaceFormat (Results 1 - 17 of 17) sorted by null

  /frameworks/base/core/java/android/hardware/camera2/utils/
SurfaceUtils.java 121 int surfaceFormat = SurfaceUtils.getSurfaceFormat(surface);
123 if (surfaceFormat != ImageFormat.PRIVATE) {
124 throw new IllegalArgumentException("Surface format(" + surfaceFormat + ") is not"
  /external/swiftshader/src/D3D9/
Direct3D9Ex.cpp 162 long Direct3D9Ex::CheckDeviceMultiSampleType(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT surfaceFormat, int windowed, D3DMULTISAMPLE_TYPE multiSampleType, unsigned long *qualityLevels)
164 TRACE("unsigned int adapter = %d, D3DDEVTYPE deviceType = %d, D3DFORMAT surfaceFormat = %d, int windowed = %d, D3DMULTISAMPLE_TYPE multiSampleType = %d, unsigned long *qualityLevels = 0x%0.8p", adapter, deviceType, surfaceFormat, windowed, multiSampleType, qualityLevels);
172 return d3d9ex->CheckDeviceMultiSampleType(adapter, deviceType, surfaceFormat, windowed, multiSampleType, qualityLevels);
176 return CheckDeviceMultiSampleType(adapter, D3DDEVTYPE_HAL, surfaceFormat, windowed, multiSampleType, qualityLevels);
180 return Direct3D9::CheckDeviceMultiSampleType(adapter, deviceType, surfaceFormat, windowed, multiSampleType, qualityLevels);
Direct3D9.hpp 48 long __stdcall CheckDeviceMultiSampleType(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT surfaceFormat, int windowed, D3DMULTISAMPLE_TYPE multiSampleType, unsigned long *qualityLevels) override;
Direct3D9Ex.hpp 48 long __stdcall CheckDeviceMultiSampleType(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT surfaceFormat, int windowed, D3DMULTISAMPLE_TYPE multiSampleType, unsigned long *qualityLevels) override;
Direct3D9.cpp     [all...]
  /external/swiftshader/src/D3D8/
Direct3D8.hpp 43 long __stdcall CheckDeviceMultiSampleType(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT surfaceFormat, int windowed, D3DMULTISAMPLE_TYPE multiSampleType) override;
Direct3D8.cpp 496 long Direct3D8::CheckDeviceMultiSampleType(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT surfaceFormat, int windowed, D3DMULTISAMPLE_TYPE multiSampleType)
506 return d3d8->CheckDeviceMultiSampleType(adapter, deviceType, surfaceFormat, windowed, multiSampleType);
510 return CheckDeviceMultiSampleType(adapter, D3DDEVTYPE_HAL, surfaceFormat, windowed, multiSampleType);
525 if(surfaceFormat != D3DFMT_UNKNOWN)
    [all...]
  /frameworks/base/media/jni/
android_media_ImageWriter.cpp 257 int32_t width, height, surfaceFormat;
275 if ((res = anw->query(anw.get(), NATIVE_WINDOW_FORMAT, &surfaceFormat)) != OK) {
281 surfaceFormat = userFormat;
283 ctx->setBufferFormat(surfaceFormat);
285 gImageWriterClassInfo.mWriterFormat, reinterpret_cast<jint>(surfaceFormat));
287 if (!isFormatOpaque(surfaceFormat)) {
292 surfaceFormat, strerror(-res), res);
  /external/skia/tools/viewer/sk_app/
VulkanWindowContext.cpp 179 VkFormat surfaceFormat = VK_FORMAT_UNDEFINED;
187 surfaceFormat = surfaceFormats[i].format;
196 if (VK_FORMAT_UNDEFINED == surfaceFormat) {
216 swapchainCreateInfo.imageFormat = surfaceFormat;
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyCameraDevice.java 630 int surfaceFormat = ImageFormat.UNKNOWN;
632 surfaceFormat = detectSurfaceType(output);
648 int surfaceFormat = ImageFormat.UNKNOWN;
650 surfaceFormat = detectSurfaceType(output);
    [all...]
  /frameworks/base/libs/hwui/renderthread/
VulkanManager.cpp 431 VkFormat surfaceFormat = VK_FORMAT_UNDEFINED;
442 surfaceFormat = surfaceFormats[i].format;
447 if (VK_FORMAT_UNDEFINED == surfaceFormat) {
467 swapchainCreateInfo.imageFormat = surfaceFormat;
505 createBuffers(surface, surfaceFormat, extent);
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSurfaceTests.cpp 674 extFormats[ndx] = formats[ndx].surfaceFormat;
702 formatsClone[ndx].surfaceFormat == formats[ndx].surfaceFormat,
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/params/
StreamConfigurationMap.java 405 int surfaceFormat = SurfaceUtils.getSurfaceFormat(surface);
414 if (config.getFormat() == surfaceFormat && config.isOutput()) {
    [all...]
  /frameworks/native/vulkan/libvulkan/
swapchain.cpp 734 pSurfaceFormats[i].surfaceFormat = surface_formats[i];
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkStructTypes.inl     [all...]
vkStrUtilImpl.inl     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h     [all...]

Completed in 243 milliseconds