Lines Matching refs:m_format
181 …at, GLenum type, bool useTexLevel0) : m_internalFormat(internalFormat), m_format(format), m_type(t… in TextureImageSource()
192 const GLenum m_format; member in deqp::egl::Image::TextureImageSource
220 return deqp::egl::Image::getEffectiveFormat(m_format, m_type); in getEffectiveFormat()
253 *ref = Texture2D(glu::mapGLTransferFormat(m_format, m_type), IMAGE_WIDTH, IMAGE_HEIGHT); in createBuffer()
265 0, m_format, m_type, ref->getLevel(0).getDataPtr())); in createBuffer()
286 …age2D(GL_TEXTURE_2D, 0, m_internalFormat, IMAGE_WIDTH, IMAGE_HEIGHT, 0, m_format, m_type, DE_NULL), in initTexture()
318 …ge2D(faces[faceNdx], 0, m_internalFormat, IMAGE_WIDTH, IMAGE_HEIGHT, 0, m_format, m_type, DE_NULL)… in initTexture()
334 RenderbufferImageSource (GLenum format) : m_format(format) {} in RenderbufferImageSource()
338 GLenum getEffectiveFormat (void) const { return m_format; } in getEffectiveFormat()
344 GLenum m_format; member in deqp::egl::Image::RenderbufferImageSource
480 GLU_CHECK_CALL_ERROR(gl.renderbufferStorage(GL_RENDERBUFFER, m_format, 64, 64), gl.getError()); in createBuffer()
485 const TextureFormat texFormat = glu::mapGLInternalFormat(m_format); in createBuffer()
491 switch (m_format) in createBuffer()
521 …UnsupportedImageSource (const string& message, GLenum format) : m_message(message), m_format(forma… in UnsupportedImageSource()
525 GLenum getEffectiveFormat (void) const { return m_format; } in getEffectiveFormat()
529 GLenum m_format; member in deqp::egl::Image::UnsupportedImageSource