Home
last modified time | relevance | path

Searched refs:FunctionLibrary (Results 1 – 20 of 20) sorted by relevance

/external/deqp/framework/common/
DtcuFunctionLibrary.hpp37 class FunctionLibrary class
40 FunctionLibrary (void);
43 virtual ~FunctionLibrary (void);
47 FunctionLibrary (const FunctionLibrary&);
48 FunctionLibrary& operator= (const FunctionLibrary&);
51 class StaticFunctionLibrary : public FunctionLibrary
74 class DynamicFunctionLibrary : public FunctionLibrary
89 class CompositeFunctionLibrary : public FunctionLibrary
92 CompositeFunctionLibrary (const FunctionLibrary* libraries, int numLibraries);
98 const FunctionLibrary* const m_libraries;
DtcuFunctionLibrary.cpp31 FunctionLibrary::FunctionLibrary (void) in FunctionLibrary() function in tcu::FunctionLibrary
35 FunctionLibrary::~FunctionLibrary (void) in ~FunctionLibrary()
79 CompositeFunctionLibrary::CompositeFunctionLibrary (const FunctionLibrary* libraries, int numLibrar… in CompositeFunctionLibrary()
DtcuPlatform.hpp47 class FunctionLibrary;
/external/deqp/framework/egl/
DegluGLFunctionLoader.hpp49 GLFunctionLoader (const eglw::Library& egl, const tcu::FunctionLibrary* platformLibrary);
57 …const tcu::FunctionLibrary* const m_library; //!< Base platform library for functions. Used if e…
66 const tcu::FunctionLibrary* getLibrary (glu::ApiType apiType);
72 typedef std::map<deUint32, tcu::FunctionLibrary*> LibraryMap;
DegluGLFunctionLoader.cpp32 GLFunctionLoader::GLFunctionLoader (const eglw::Library& egl, const tcu::FunctionLibrary* library) in GLFunctionLoader()
60 const tcu::FunctionLibrary* GLLibraryCache::getLibrary (glu::ApiType apiType) in getLibrary()
62 tcu::FunctionLibrary* library = DE_NULL; in getLibrary()
DegluStaticESLibrary.hpp30 class FunctionLibrary;
36 tcu::FunctionLibrary* createStaticESLibrary (void);
DegluPlatform.hpp33 class FunctionLibrary;
90 …virtual tcu::FunctionLibrary* createDefaultGLFunctionLibrary (glu::ApiType apiType, const tcu::Co…
DegluPlatform.cpp39 tcu::FunctionLibrary* Platform::createDefaultGLFunctionLibrary (glu::ApiType apiType, const tcu::Co… in createDefaultGLFunctionLibrary()
DegluStaticESLibrary.cpp68 tcu::FunctionLibrary* createStaticESLibrary (void) in createStaticESLibrary()
/external/deqp/external/vulkancts/framework/vulkan/
DvkPlatform.hpp32 class FunctionLibrary;
45 virtual const tcu::FunctionLibrary& getFunctionLibrary (void) const = 0;
51 PlatformDriver (const tcu::FunctionLibrary& library);
DvkPlatform.cpp30 PlatformDriver::PlatformDriver (const tcu::FunctionLibrary& library) in PlatformDriver()
DvkNullDriver.cpp1393 const tcu::FunctionLibrary& getFunctionLibrary (void) const { return m_library; } in getFunctionLibrary()
/external/deqp/framework/egl/wrapper/
DeglwLibrary.cpp48 tcu::FunctionLibrary* createStaticLibrary (void) in createStaticLibrary()
101 tcu::FunctionLibrary* const m_staticLib;
/external/deqp/modules/egl/
DteglTestCase.cpp69 const tcu::FunctionLibrary* platformLib = m_glLibraryCache.getLibrary(apiType); in initGLFunctions()
/external/deqp/framework/platform/osx/
DtcuOSXVulkanPlatform.cpp89 const tcu::FunctionLibrary& getFunctionLibrary (void) const in getFunctionLibrary()
/external/deqp/framework/platform/win32/
DtcuWin32VulkanPlatform.cpp98 const tcu::FunctionLibrary& getFunctionLibrary (void) const in getFunctionLibrary()
/external/deqp/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp195 const tcu::FunctionLibrary& getFunctionLibrary (void) const in getFunctionLibrary()
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp208 const tcu::FunctionLibrary& getFunctionLibrary (void) const in getFunctionLibrary()
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp101 const tcu::FunctionLibrary& getFunctionLibrary (void) const in getFunctionLibrary()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiVersionCheck.cpp114 const tcu::FunctionLibrary& funcLibrary = vkLibrary->getFunctionLibrary(); in iterate()