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

  /external/deqp/modules/gles31/functional/
es31fLayoutBindingTests.cpp 822 const glw::GLenum m_textureType;
838 , m_textureType (textureType)
880 m_context.getRenderContext().getFunctions().bindTexture(m_textureType, 0);
962 gl.bindTexture(m_textureType, textureName);
963 gl.texParameteri(m_textureType, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
965 switch (m_textureType)
971 glu::texImage2D(m_context.getRenderContext(), m_textureType, 0, GL_RGBA8, level.getAccess());
    [all...]
es31fShaderImageLoadStoreTests.cpp     [all...]
es31fTextureGatherTests.cpp 1001 const TextureType m_textureType;
    [all...]
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsLifetimeTests.cpp 561 , m_textureType (ctx, "texture", &CallLogWrapper::glGenTextures,
578 , m_texFboAtt (ctx, m_textureType, m_fboType)
589 &m_bufferType, &m_textureType, &m_rboType, &m_fboType, &m_shaderType, &m_programType
    [all...]
glsLifetimeTests.hpp 363 SimpleType m_textureType;
  /external/deqp/modules/gles2/functional/
es2fIntegerStateQueryTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fIntegerStateQueryTests.cpp     [all...]

Completed in 2281 milliseconds