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 118 TEXTURETYPE_2D,
331 case TEXTURETYPE_2D:
420 bool is2DProj4 = m_textureSpec.type == TEXTURETYPE_2D && (function == FUNCTION_TEXTUREPROJ || function == FUNCTION_TEXTUREPROJLOD);
422 int texCoordComps = m_textureSpec.type == TEXTURETYPE_2D ? 2 : 3;
430 const char* baseFuncName = m_textureSpec.type == TEXTURETYPE_2D ? "texture2D" : "textureCube";
435 case TEXTURETYPE_2D: samplerType = glu::getSampler2DType(texFmt); break;
579 static const TextureSpec tex2D (TEXTURETYPE_2D, GL_RGBA, GL_UNSIGNED_BYTE, 256, 256, 1, samplerLinearNoMipmap);
580 static const TextureSpec tex2DMipmap (TEXTURETYPE_2D, GL_RGBA, GL_UNSIGNED_BYTE, 256, 256, 9, samplerLinearMipmap);
es2fTextureSpecificationTests.cpp 332 TEXTURETYPE_2D = 0,
455 deUint32 texTarget = m_texType == TEXTURETYPE_2D ? GL_TEXTURE_2D : GL_TEXTURE_CUBE_MAP;
471 case TEXTURETYPE_2D: verifyTex2D (gles2Context, refContext); break;
484 DE_ASSERT(m_texType == TEXTURETYPE_2D);
617 : TextureSpecCase (context, name, desc, TEXTURETYPE_2D, glu::mapGLTransferFormat(format, dataType), flags, width, height)
708 : TextureSpecCase (context, name, desc, TEXTURETYPE_2D, glu::mapGLTransferFormat(format, dataType), flags, width, height)
818 : TextureSpecCase (context, name, desc, TEXTURETYPE_2D, glu::mapGLTransferFormat(format, dataType), flags, width, height)
911 : TextureSpecCase (context, name, desc, TEXTURETYPE_2D, glu::mapGLTransferFormat(format, dataType), flags, width, height)
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.hpp 65 TEXTURETYPE_2D = 0,
  /external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp 172 TEXTURETYPE_2D,
577 case TEXTURETYPE_2D:
    [all...]

Completed in 479 milliseconds