| /third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
| H A D | jsoncpp.cpp | 238 Features features; in strictMode() local 264 Reader::Reader(const Features& features) in Reader() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
| H A D | jsoncpp.cpp | 238 Features features; in strictMode() local 264 Reader::Reader(const Features& features) in Reader() argument [all...] |
| /third_party/skia/third_party/externals/libwebp/examples/ |
| H A D | webpmux.c | 233 WebPBitstreamFeatures features; in DisplayInfo() local [all...] |
| /third_party/skia/third_party/externals/libwebp/src/dec/ |
| H A D | idec_dec.c | 647 WebPBitstreamFeatures* const features = in WebPIDecode() local 604 NewDecoder(WebPDecBuffer* const output_buffer, const WebPBitstreamFeatures* const features) NewDecoder() argument
|
| /third_party/skia/third_party/externals/libwebp/src/demux/ |
| H A D | demux.c | 257 WebPBitstreamFeatures features; in StoreFrame() local 675 WebPBitstreamFeatures features; in CreateRawImageDemuxer() local 195 SetFrameInfo(size_t start_offset, size_t size, int frame_num, int complete, const WebPBitstreamFeatures* const features, Frame* const frame) SetFrameInfo() argument [all...] |
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | CompressedTextureFormatTests.cpp | 1155 std::vector<const char*> features; variable
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-coretext.cc | 511 _hb_coretext_shape(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) _hb_coretext_shape() argument [all...] |
| H A D | hb-directwrite.cc | 547 _hb_directwrite_shape(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) _hb_directwrite_shape() argument
|
| H A D | hb-ot-layout.cc | 1175 hb_ot_layout_collect_features(hb_face_t *face, hb_tag_t table_tag, const hb_tag_t *scripts, const hb_tag_t *languages, const hb_tag_t *features, hb_set_t *feature_indexes ) hb_ot_layout_collect_features() argument 1224 hb_ot_layout_collect_lookups(hb_face_t *face, hb_tag_t table_tag, const hb_tag_t *scripts, const hb_tag_t *languages, const hb_tag_t *features, hb_set_t *lookup_indexes ) hb_ot_layout_collect_lookups() argument [all...] |
| H A D | hb-uniscribe.cc | 584 _hb_uniscribe_shape(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) _hb_uniscribe_shape() argument
|
| /third_party/skia/third_party/externals/expat/expat/xmlwf/ |
| H A D | xmlwf.c | 847 const XML_Feature *features = XML_GetFeatureList(); in showVersion() local [all...] |
| /third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
| H A D | jsoncpp.cpp | 238 Features features; in strictMode() local 264 Reader::Reader(const Features& features) in Reader() argument [all...] |
| /third_party/protobuf/src/google/protobuf/compiler/ |
| H A D | command_line_interface_unittest.cc | 210 CreateGeneratorWithMissingFeatures(const std::string& name, const std::string& description, uint64 features) CreateGeneratorWithMissingFeatures() argument
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fSSBOLayoutTests.cpp | 95 RandomSSBOLayoutCase::RandomSSBOLayoutCase (Context& context, const char* name, const char* description, BufferMode bufferMode, deUint32 features, deUint32 seed) in RandomSSBOLayoutCase() argument 344 static void createRandomCaseGroup (tcu::TestCaseGroup* parentGroup, Context& context, const char* groupName, const char* description, SSBOLayoutCase::BufferMode bufferMode, deUint32 features, int numCases, deUint32 baseSeed) in createRandomCaseGroup() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineCreationCacheControlTests.cpp | 318 const auto features = context.getPipelineCreationCacheControlFeatures(); in checkSupport() local
|
| H A D | vktPipelineDepthRangeUnrestrictedTests.cpp | 734 VkPhysicalDeviceFeatures features = m_context.getDeviceFeatures(); in DepthRangeUnrestrictedTestInstance() local
|
| H A D | vktPipelineExecutablePropertiesTests.cpp | 899 VkPhysicalDeviceFeatures features = context.getDeviceFeatures(); in checkSupport() local
|
| H A D | vktPipelineInputAssemblyTests.cpp | 805 const auto& features = context.getPrimitiveTopologyListRestartFeaturesEXT(); in checkSupport() local
|
| H A D | vktPipelineInterfaceMatchingTests.cpp | 906 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physicalDevice); in checkSupport() local
|
| H A D | vktPipelineNoPositionTests.cpp | 336 const auto features = getPhysicalDeviceFeatures(context.getInstanceInterface(), context.getPhysicalDevice()); in checkSupport() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
| H A D | vktProtectedMemUtils.cpp | 204 vk::VkPhysicalDeviceFeatures features; in makeProtectedMemDevice() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
| H A D | vktRasterizationFragShaderSideEffectsTests.cpp | 156 const auto& features = context.getDeviceFeatures(); in checkSupport() local
|
| H A D | vktRasterizationProvokingVertexTests.cpp | 210 const VkPhysicalDeviceProvokingVertexFeaturesEXT& features = context.getProvokingVertexFeaturesEXT(); in checkSupport() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
| H A D | vktShaderCommonFunctionTests.cpp | 249 const auto features = vk::getPhysicalDeviceFeatures(vki, physicalDevice); in checkTypeSupport() local
|
| H A D | vktShaderFConvertTests.cpp | 521 auto features = context.getDeviceFeatures(); in checkSupport() local
|