Home
last modified time | relevance | path

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

/external/deqp/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
/external/deqp/modules/egl/
DteglGetProcAddressTests.cpp218 enum ApiType enum in deqp::egl::GetProcAddressCoreFunctionsCase
DteglCreateSurfaceTests.cpp60 enum ApiType enum