HomeSort by relevance Sort by last modified time
    Searched refs:m_textureSpec (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fShaderTextureFunctionTests.cpp 242 TextureSpec m_textureSpec;
254 , m_textureSpec (texture)
328 tcu::TextureFormat texFmt = glu::mapGLTransferFormat(m_textureSpec.format, m_textureSpec.dataType);
334 switch (m_textureSpec.type)
338 float cStep = 1.0f / (float)de::max(1, m_textureSpec.numLevels-1);
341 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4);
343 m_texture2D = new glu::Texture2D(m_renderCtx, m_textureSpec.format, m_textureSpec.dataType, m_textureSpec.width, m_textureSpec.height)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp 521 TextureSpec m_textureSpec;
535 , m_textureSpec (texture)
630 tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_textureSpec.format);
638 switch (m_textureSpec.type)
642 float levelStep = isAutoLod ? 0.0f : 1.0f / (float)de::max(1, m_textureSpec.numLevels-1);
645 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4);
647 m_texture2D = new glu::Texture2D(m_renderCtx, m_textureSpec.format, m_textureSpec.width, m_textureSpec.height)
    [all...]

Completed in 164 milliseconds