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

  /external/skia/src/gpu/vk/
GrVkCaps.h 35 return SkToBool(ConfigInfo::kTextureable_Flag & fConfigTable[config].fOptimalFlags);
39 return SkToBool(ConfigInfo::kRenderable_Flag & fConfigTable[config].fOptimalFlags);
45 return SkToBool(ConfigInfo::kTextureable_Flag & fConfigTable[config].fLinearFlags);
49 return !withMSAA && SkToBool(ConfigInfo::kRenderable_Flag &
56 return SkToBool(ConfigInfo::kBlitDst_Flag & flags);
62 return SkToBool(ConfigInfo::kBlitSrc_Flag & flags);
132 struct ConfigInfo {
133 ConfigInfo() : fOptimalFlags(0), fLinearFlags(0) {}
151 ConfigInfo fConfigTable[kGrPixelConfigCnt];
GrVkCaps.cpp 323 void GrVkCaps::ConfigInfo::InitConfigFlags(VkFormatFeatureFlags vkFlags, uint16_t* flags) {
343 void GrVkCaps::ConfigInfo::initSampleCounts(const GrVkInterface* interface,
384 void GrVkCaps::ConfigInfo::init(const GrVkInterface* interface,
  /external/deqp/framework/egl/
egluConfigFilter.hpp 41 class ConfigInfo;
47 CandidateConfig (const ConfigInfo& configInfo);
84 const ConfigInfo* configInfo;
100 bool match (const ConfigInfo& configInfo) const;
egluConfigInfo.hpp 38 class ConfigInfo
87 ConfigInfo (void)
132 void queryCoreConfigInfo (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig config, ConfigInfo* dst);
133 void queryExtConfigInfo (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig config, ConfigInfo* dst);
egluConfigFilter.cpp 48 CandidateConfig::CandidateConfig (const ConfigInfo& configInfo)
51 m_cfg.configInfo = &configInfo;
57 return m_cfg.configInfo->getAttribute(attrib);
105 bool FilterList::match (const ConfigInfo& configInfo) const
107 return match(CandidateConfig(configInfo));
egluConfigInfo.cpp 36 deInt32 ConfigInfo::getAttribute (deUint32 attribute) const
87 void queryCoreConfigInfo (const Library& egl, EGLDisplay display, EGLConfig config, ConfigInfo* dst)
123 void queryExtConfigInfo (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig config, ConfigInfo* dst)
  /external/skia/src/gpu/gl/
GrGLCaps.h 118 return SkToBool(fConfigTable[config].fFlags & ConfigInfo::kTextureable_Flag);
123 return SkToBool(fConfigTable[config].fFlags & ConfigInfo::kRenderableWithMSAA_Flag);
125 return SkToBool(fConfigTable[config].fFlags & ConfigInfo::kRenderable_Flag);
129 return SkToBool(fConfigTable[config].fFlags & ConfigInfo::kCanUseAsImageStorage_Flag);
132 return SkToBool(fConfigTable[config].fFlags & ConfigInfo::kFBOColorAttachment_Flag);
136 return SkToBool(fConfigTable[config].fFlags & ConfigInfo::kCanUseTexStorage_Flag);
140 return SkToBool(fConfigTable[config].fFlags & ConfigInfo::kCanUseWithTexelBuffer_Flag);
179 return fConfigTable[config].fStencilFormatIndex != ConfigInfo::kUnknown_StencilIndex;
200 fConfigTable[config].fStencilFormatIndex = ConfigInfo::kUnsupported_StencilFormatIndex;
212 fConfigTable[config].fFlags |= ConfigInfo::kVerifiedColorAttachment_Flag
    [all...]
GrGLCaps.cpp     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/NicIp4Config/
NicIp4Config.h 82 NIC_IP4_CONFIG_INFO ConfigInfo;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
IfrParse.c 690 FORM_BROWSER_CONFIG_REQUEST *ConfigInfo;
765 ConfigInfo = NULL;
769 ConfigInfo = FORM_BROWSER_CONFIG_REQUEST_FROM_LINK (Link);
771 if (ConfigInfo != NULL && ConfigInfo->Storage == FormsetStorage->BrowserStorage) {
780 ConfigInfo = AllocateZeroPool(sizeof (FORM_BROWSER_CONFIG_REQUEST));
781 ASSERT (ConfigInfo != NULL);
782 ConfigInfo->Signature = FORM_BROWSER_CONFIG_REQUEST_SIGNATURE;
783 ConfigInfo->ConfigRequest = AllocateCopyPool (StrSize (FormsetStorage->ConfigHdr), FormsetStorage->ConfigHdr);
784 ASSERT (ConfigInfo->ConfigRequest != NULL);
    [all...]
Setup.c     [all...]
  /external/deqp/modules/egl/
teglQuerySurfaceTests.cpp 52 using eglu::ConfigInfo;
109 void checkCommonAttributes (EGLDisplay display, EGLSurface surface, const ConfigInfo& info);
118 void QuerySurfaceCase::checkCommonAttributes (EGLDisplay display, EGLSurface surface, const ConfigInfo& info)
310 ConfigInfo info;
341 ConfigInfo info;
371 ConfigInfo info;
459 void testAttributes (EGLDisplay display, EGLSurface surface, EGLint surfaceType, const ConfigInfo& info);
467 void SurfaceAttribCase::testAttributes (EGLDisplay display, EGLSurface surface, EGLint surfaceType, const ConfigInfo& info)
583 ConfigInfo info;
612 ConfigInfo info
    [all...]
teglChooseConfigReference.cpp 44 using eglu::ConfigInfo;
213 SurfaceConfig (EGLConfig config, ConfigInfo &info)
334 ConfigInfo m_info;
510 std::vector<ConfigInfo> configInfos;
teglSimpleConfigCase.cpp 40 using eglu::ConfigInfo;
teglQueryContextTests.cpp 52 using eglu::ConfigInfo;
teglChooseConfigTests.cpp 52 using eglu::ConfigInfo;
teglQueryConfigTests.cpp 44 using eglu::ConfigInfo;
  /frameworks/base/proto/src/
wifi.proto 563 message ConfigInfo {
705 optional ConfigInfo config_info = 5;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
storport.h 167 IN PPORT_CONFIGURATION_INFORMATION ConfigInfo,
strmini.h 244 struct _PORT_CONFIGURATION_INFORMATION *ConfigInfo;
srb.h 454 IN OUT PPORT_CONFIGURATION_INFORMATION ConfigInfo,
623 IN PPORT_CONFIGURATION_INFORMATION ConfigInfo,
video.h 203 IN OUT PVIDEO_PORT_CONFIG_INFO ConfigInfo,
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiMetrics.java 43 import com.android.server.wifi.nano.WifiMetricsProto.StaEvent.ConfigInfo;
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiMetricsTest.java     [all...]
  /frameworks/base/config/
compiled-classes-phone     [all...]

Completed in 746 milliseconds