Searched refs:supportedFormats (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | CopyCompressedTextureTest.cpp | 168 std::vector<Data> supportedFormats; in TEST_P() local 172 supportedFormats.push_back( in TEST_P() 174 supportedFormats.push_back(Data(GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD, CompressedImageATCIA, in TEST_P() 179 supportedFormats.push_back(Data(GL_COMPRESSED_RGB_S3TC_DXT1_EXT, CompressedImageDXT1, in TEST_P() 184 supportedFormats.push_back(Data(GL_COMPRESSED_RGBA_S3TC_DXT5_EXT, CompressedImageDXT5, in TEST_P() 189 supportedFormats.push_back( in TEST_P() 193 for (const auto &supportedFormat : supportedFormats) in TEST_P()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | CopyCompressedTextureTest.cpp | 168 std::vector<Data> supportedFormats; in TEST_P() local 172 supportedFormats.push_back( in TEST_P() 174 supportedFormats.push_back(Data(GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD, CompressedImageATCIA, in TEST_P() 179 supportedFormats.push_back(Data(GL_COMPRESSED_RGB_S3TC_DXT1_EXT, CompressedImageDXT1, in TEST_P() 184 supportedFormats.push_back(Data(GL_COMPRESSED_RGBA_S3TC_DXT5_EXT, CompressedImageDXT5, in TEST_P() 189 supportedFormats.push_back( in TEST_P() 193 for (const auto &supportedFormat : supportedFormats) in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
D | CLContextCL.cpp | 200 std::vector<cl_image_format> supportedFormats; in getSupportedImageFormats() local 201 supportedFormats.reserve(formats.size()); in getSupportedImageFormats() 203 formats.cbegin(), formats.cend(), std::back_inserter(supportedFormats), in getSupportedImageFormats() 208 auto formatIt = supportedFormats.cbegin(); in getSupportedImageFormats() 209 while (numEntries-- != 0u && formatIt != supportedFormats.cend()) in getSupportedImageFormats() 216 *numImageFormats = static_cast<cl_uint>(supportedFormats.size()); in getSupportedImageFormats()
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_multimedia_image.js | 334 supportedFormats: "[PC Preview] unknow supportedFormats" property 361 supportedFormats: "[PC Preview] unknow supportedFormats" property
|
/third_party/vk-gl-cts/external/openglcts/modules/gles2/ |
D | es2cTexture3DTests.cpp | 1651 std::set<int> supportedFormats; in iterate() local 1652 getSupportedCompressedFormats(supportedFormats); in iterate() 1654 if (supportedFormats.empty()) in iterate() 1660 GLenum supportedCompressedFormat = static_cast<GLenum>(*(supportedFormats.begin())); in iterate() 1783 std::set<int> supportedFormats; in iterate() local 1784 getSupportedCompressedFormats(supportedFormats); in iterate() 1786 if (supportedFormats.empty()) in iterate() 1792 GLenum supportedCompressedFormat = static_cast<GLenum>(*(supportedFormats.begin())); in iterate()
|
/third_party/jsframework/runtime/main/extend/systemplugin/ |
D | multimedia.js | 165 supportedFormats: "[PC Preview] unknow supportedFormats" property 192 supportedFormats: "[PC Preview] unknow supportedFormats" property
|