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

  /frameworks/rs/driver/
rsdShader.cpp 82 uint32_t texType = 0;
86 texType = GL_TEXTURE_EXTERNAL_OES;
88 texType = GL_TEXTURE_2D;
91 texType = GL_TEXTURE_CUBE_MAP;
93 if (texType != returnKey->mTextureTargets[ct]) {
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 223 const TextureType texType = getTextureType(samplerType);
226 switch (texType)
245 static deUint32 getGLTextureTarget (TextureType texType)
247 switch (texType)
266 const TextureType texType = getTextureType(samplerType);
267 const deUint32 texTarget = getGLTextureTarget(texType);
275 switch (texType)
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.hpp 104 : texType (texType_)
115 TextureType texType; //!< Texture type.
217 void renderQuad (int texUnit, const float* texCoord, TextureType texType);
  /frameworks/rs/
rsFont.cpp 553 ObjectBaseRef<Type> texType = Type::getTypeRef(mRSC, alphaElem.get(),
558 Allocation *cacheAlloc = Allocation::createAllocation(mRSC, texType.get(),
564 mCacheLines.push(new CacheTextureLine(16, texType->getDimX(), nextLine, 0));
566 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
568 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
570 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0));
572 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0));
574 mCacheLines.push(new CacheTextureLine(40, texType->getDimX(), nextLine, 0));
576 mCacheLines.push(new CacheTextureLine(texType->getDimY() - nextLine, texType->getDimX(), nextLine, 0))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureUnitTests.cpp 811 int texType = m_caseType == CASE_MIXED ? rnd.getInt(0, (int)CASE_MIXED - 1) : (int)m_caseType;
812 bool is2dTex = texType == 0;
813 bool isCubeTex = texType == 1;
814 bool is2dArrayTex = texType == 2;
815 bool is3dTex = texType == 3;
    [all...]
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 151 milliseconds