Home
last modified time | relevance | path

Searched defs:ContextType (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/brotli/c/common/
Dcontext.h94 typedef enum ContextType { enum
99 } ContextType; typedef
/third_party/node/deps/brotli/c/common/
Dcontext.h94 typedef enum ContextType { enum
99 } ContextType; typedef
/third_party/skia/modules/canvaskit/
Dgm_bindings.cpp268 using ContextType = sk_gpu_test::GrContextFactory::ContextType; typedef
281 bool IsVulkanContextType(ContextType) {return false;} in IsVulkanContextType() argument
282 bool IsMetalContextType(ContextType) {return false;} in IsMetalContextType() argument
283 bool IsDirect3DContextType(ContextType) {return false;} in IsDirect3DContextType() argument
284 bool IsDawnContextType(ContextType) {return false;} in IsDawnContextType() argument
/third_party/vk-gl-cts/framework/opengl/
DgluRenderContext.hpp143 class ContextType : private ApiType class
146 ContextType (void) {} in ContextType() function in glu::ContextType
170 inline ContextType::ContextType (int major, int minor, Profile profile, ContextFlags flags) in ContextType() function in glu::ContextType
176 inline ContextType::ContextType (ApiType apiType, ContextFlags flags) in ContextType() function in glu::ContextType
/third_party/skia/tools/graphite/
DContextFactory.h24 enum class ContextType { enum
/third_party/skia/tools/flags/
DCommonFlagsConfig.cpp458 using ContextType = skiatest::graphite::ContextFactory::ContextType; in get_option_graphite_api() typedef
634 using ContextType = skiatest::graphite::ContextFactory::ContextType; in parse_command_line_config_graphite() typedef
DCommonFlagsConfig.h55 typedef sk_gpu_test::GrContextFactory::ContextType ContextType; typedef
/third_party/vk-gl-cts/modules/egl/
DteglThreadCleanUpTests.cpp139 enum ContextType enum in deqp::egl::__anonba673be80111::ThreadCleanUpTest
/third_party/skia/tools/gpu/
DGrContextFactory.h33 enum ContextType { enum
/third_party/skia/fuzz/
DFuzzDDLThreading.cpp32 using ContextType = sk_gpu_test::GrContextFactory::ContextType; typedef
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.h62 enum ContextType : uint8_t { FUNCTION, BLOCK }; enum
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcInternalformatTests.cpp1738 void InternalformatTests::getGLTestData(TestData& testData, glu::ContextType&) in getGLTestData()
DglcRobustBufferAccessBehaviorTests.cpp1543 std::string TexelFetchTest::getFragmentShader(const glu::ContextType&, bool is_case_valid, GLuint f… in getFragmentShader()