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

  /external/deqp/modules/gles2/functional/
es2fShaderTextureFunctionTests.cpp 117 TEXTURETYPE_2D,
336 case TEXTURETYPE_2D:
425 bool is2DProj4 = m_textureSpec.type == TEXTURETYPE_2D && (function == FUNCTION_TEXTUREPROJ || function == FUNCTION_TEXTUREPROJLOD);
427 int texCoordComps = m_textureSpec.type == TEXTURETYPE_2D ? 2 : 3;
435 const char* baseFuncName = m_textureSpec.type == TEXTURETYPE_2D ? "texture2D" : "textureCube";
440 case TEXTURETYPE_2D: samplerType = glu::getSampler2DType(texFmt); break;
584 static const TextureSpec tex2D (TEXTURETYPE_2D, GL_RGBA, GL_UNSIGNED_BYTE, 256, 256, 1, samplerLinearNoMipmap);
585 static const TextureSpec tex2DMipmap (TEXTURETYPE_2D, GL_RGBA, GL_UNSIGNED_BYTE, 256, 256, 9, samplerLinearMipmap);
es2fTextureSpecificationTests.cpp 333 TEXTURETYPE_2D = 0,
456 deUint32 texTarget = m_texType == TEXTURETYPE_2D ? GL_TEXTURE_2D : GL_TEXTURE_CUBE_MAP;
472 case TEXTURETYPE_2D: verifyTex2D (gles2Context, refContext); break;
485 DE_ASSERT(m_texType == TEXTURETYPE_2D);
618 : TextureSpecCase (context, name, desc, TEXTURETYPE_2D, glu::mapGLTransferFormat(format, dataType), flags, width, height)
709 : TextureSpecCase (context, name, desc, TEXTURETYPE_2D, glu::mapGLTransferFormat(format, dataType), flags, width, height)
819 : TextureSpecCase (context, name, desc, TEXTURETYPE_2D, glu::mapGLTransferFormat(format, dataType), flags, width, height)
912 : TextureSpecCase (context, name, desc, TEXTURETYPE_2D, glu::mapGLTransferFormat(format, dataType), flags, width, height)
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.hpp 62 TEXTURETYPE_2D = 0,
  /external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp 169 TEXTURETYPE_2D,
640 case TEXTURETYPE_2D:
    [all...]

Completed in 96 milliseconds