Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp145 class InternalformatCaseBase : public deqp::TestCase class
148 InternalformatCaseBase(deqp::Context& context, const std::string& name);
149 virtual ~InternalformatCaseBase() in ~InternalformatCaseBase()
188 InternalformatCaseBase::InternalformatCaseBase(deqp::Context& context, const std::string& name) in InternalformatCaseBase() function in glcts::InternalformatCaseBase
193 bool InternalformatCaseBase::requiredExtensionsSupported(const char* extension1, const char* extens… in requiredExtensionsSupported()
215 GLuint InternalformatCaseBase::createTexture(GLint internalFormat, GLenum format, GLenum type, GLin… in createTexture()
254 glu::ProgramSources InternalformatCaseBase::prepareTexturingProgramSources(GLint internalFormat, GL… in prepareTexturingProgramSources()
374 void InternalformatCaseBase::renderTexturedQuad(GLuint programId) const in renderTexturedQuad()
387 GLenum InternalformatCaseBase::getUnsizedFormatFromInternalFormat(GLint internalFormat) const in getUnsizedFormatFromInternalFormat()
430 GLenum InternalformatCaseBase::getTypeFromInternalFormat(GLint internalFormat) const in getTypeFromInternalFormat()
[all …]