Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp148 class InternalformatCaseBase : public deqp::TestCase class
151 InternalformatCaseBase(deqp::Context& context, const std::string& name);
152 virtual ~InternalformatCaseBase() in ~InternalformatCaseBase()
194 InternalformatCaseBase::InternalformatCaseBase(deqp::Context& context, const std::string& name) in InternalformatCaseBase() function in glcts::InternalformatCaseBase
199 bool InternalformatCaseBase::requiredExtensionsSupported(const char* extension1, const char* extens… in requiredExtensionsSupported()
221 GLuint InternalformatCaseBase::createTexture(GLint internalFormat, GLenum format, GLenum type, GLin… in createTexture()
262 glu::ProgramSources InternalformatCaseBase::prepareTexturingProgramSources(GLint internalFormat, GL… in prepareTexturingProgramSources()
390 void InternalformatCaseBase::renderTexturedQuad(GLuint programId) const in renderTexturedQuad()
403 GLenum InternalformatCaseBase::getUnsizedFormatFromInternalFormat(GLint internalFormat) const in getUnsizedFormatFromInternalFormat()
452 GLenum InternalformatCaseBase::getTypeFromInternalFormat(GLint internalFormat) const in getTypeFromInternalFormat()
[all …]