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 809 deUint32 m_hint; member in class:deqp::gles3::Functional::Texture2DGenMipmapCase
822 , m_hint (hint)
879 gl.hint(GL_GENERATE_MIPMAP_HINT, m_hint);
943 deUint32 m_hint; member in class:deqp::gles3::Functional::TextureCubeGenMipmapCase
955 , m_hint (hint)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 770 deUint32 m_hint; member in class:deqp::gles2::Functional::Texture2DGenMipmapCase
783 , m_hint (hint)
840 gl.hint(GL_GENERATE_MIPMAP_HINT, m_hint);
905 deUint32 m_hint; member in class:deqp::gles2::Functional::TextureCubeGenMipmapCase
917 , m_hint (hint)
    [all...]

Completed in 231 milliseconds