HomeSort by relevance Sort by last modified time
    Searched full:m_hint (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/gles3/functional/
es3fBufferCopyTests.cpp 160 , m_hint (hint)
203 glBufferData(m_srcTarget, size, ref.getPtr(), m_hint);
225 deUint32 m_hint; member in class:deqp::gles3::Functional::SingleBufferCopyCase
es3fShaderDerivateTests.cpp 589 deUint32 m_hint; member in class:deqp::gles3::Functional::TriangleDerivateCase
600 , m_hint (GL_DONT_CARE)
699 << TestLog::Message << "GL_FRAGMENT_SHADER_DERIVATE_HINT: " << glu::getHintModeStr(m_hint) << TestLog::EndMessage;
764 gl.hint(GL_FRAGMENT_SHADER_DERIVATIVE_HINT, m_hint);
961 m_hint = hint;
    [all...]
es3fTextureMipmapTests.cpp 808 deUint32 m_hint; member in class:deqp::gles3::Functional::Texture2DGenMipmapCase
821 , m_hint (hint)
878 gl.hint(GL_GENERATE_MIPMAP_HINT, m_hint);
942 deUint32 m_hint; member in class:deqp::gles3::Functional::TextureCubeGenMipmapCase
954 , m_hint (hint)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 769 deUint32 m_hint; member in class:deqp::gles2::Functional::Texture2DGenMipmapCase
782 , m_hint (hint)
839 gl.hint(GL_GENERATE_MIPMAP_HINT, m_hint);
904 deUint32 m_hint; member in class:deqp::gles2::Functional::TextureCubeGenMipmapCase
916 , m_hint (hint)
    [all...]

Completed in 331 milliseconds