Home
last modified time | relevance | path

Searched defs:ApiType (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
DgluRenderContext.hpp75 class ApiType class
78 ApiType (void) : m_bits(pack(0, 0, PROFILE_LAST)) {} in ApiType() function in glu::ApiType
79 ApiType (int major, int minor, Profile profile) : m_bits(pack(major, minor, profile)) {} in ApiType() function in glu::ApiType
96 ApiType (deUint32 bits) : m_bits(bits) {} in ApiType() function in glu::ApiType
/third_party/grpc/include/grpcpp/impl/codegen/
Drpc_service_method.h94 enum class ApiType { enum
/third_party/vk-gl-cts/modules/egl/
DteglGetProcAddressTests.cpp218 enum ApiType enum in deqp::egl::GetProcAddressCoreFunctionsCase
DteglCreateSurfaceTests.cpp60 enum ApiType enum