Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluDefs.cpp49 OutOfMemoryError::OutOfMemoryError(const char *message, const char *expr, const char *file, int lin… in OutOfMemoryError() function in glu::OutOfMemoryError
54 OutOfMemoryError::OutOfMemoryError(const std::string &message) : tcu::ResourceError(message) in OutOfMemoryError() function in glu::OutOfMemoryError
DgluDefs.hpp84 class OutOfMemoryError : public tcu::ResourceError class
/external/deqp/external/vulkancts/framework/vulkan/
DvkDefs.cpp78 OutOfMemoryError::OutOfMemoryError(VkResult error, const char *message, const char *expr, const cha… in OutOfMemoryError() function in vk::OutOfMemoryError
85 OutOfMemoryError::OutOfMemoryError(VkResult error, const std::string &message) in OutOfMemoryError() function in vk::OutOfMemoryError
DvkDefs.hpp325 class OutOfMemoryError : public tcu::ResourceError class