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

  /external/deqp/modules/gles31/functional/
es31fInternalFormatQueryTests.cpp 74 const bool isTextureTarget = (m_target == GL_TEXTURE_2D_MULTISAMPLE) ||
81 if (isTextureTarget && m_internalFormat == GL_STENCIL_INDEX8 && !m_context.getContextInfo().isExtensionSupported("GL_OES_texture_stencil8"))
es31fCopyImageTests.cpp 210 bool isTextureTarget (deUint32 target)
217 DE_ASSERT(isTextureTarget(target));
260 DE_ASSERT(isTextureTarget(m_target) || !glu::isCompressedFormat(m_target));
272 if (isTextureTarget(info.getTarget()))
716 if (isTextureTarget(info.getTarget()))
    [all...]

Completed in 76 milliseconds