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

  /frameworks/base/rs/java/android/renderscript/
Program.java 325 * @param texType describes that the texture to append it (2D,
329 public BaseProgramBuilder addTexture(TextureType texType) throws IllegalArgumentException {
330 addTexture(texType, "Tex" + mTextureCount);
337 * @param texType describes that the texture to append it (2D,
343 public BaseProgramBuilder addTexture(TextureType texType, String texName)
348 mTextureTypes[mTextureCount] = texType;
  /frameworks/rs/
rsFont.cpp 552 ObjectBaseRef<Type> texType = Type::getTypeRef(mRSC, alphaElem.get(), mCacheWidth, mCacheHeight);
557 Allocation *cacheAlloc = Allocation::createAllocation(mRSC, texType.get(),
563 mCacheLines.push(new CacheTextureLine(16, texType->getDimX(), nextLine, 0));
565 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
567 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
569 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0));
571 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0));
573 mCacheLines.push(new CacheTextureLine(40, texType->getDimX(), nextLine, 0));
575 mCacheLines.push(new CacheTextureLine(texType->getDimY() - nextLine, texType->getDimX(), nextLine, 0))
    [all...]
  /external/deqp/modules/glshared/
glsLongStressCase.hpp 149 TextureSpec (const gls::TextureTestUtil::TextureType texType,
163 : textureType (texType)
glsTextureTestUtil.hpp 107 : texType (texType_)
118 TextureType texType; //!< Texture type.
220 void renderQuad (int texUnit, const float* texCoord, TextureType texType);
glsTextureTestUtil.cpp     [all...]
glsLongStressCase.cpp 908 void make (const string& name, gls::TextureType texType) { DE_ASSERT(!has(name)); m_objects[name] = SharedPtr<T>(new T(texType)); }
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 337 const TextureType texType = getTextureType(samplerType);
340 switch (texType)
380 static vk::VkImageType getVkImageType (TextureType texType)
382 switch (texType)
395 static vk::VkImageViewType getVkImageViewType (TextureType texType)
397 switch (texType)
481 const TextureType texType = getTextureType(m_samplerType);
482 const vk::VkImageType imageType = getVkImageType(texType);
483 const vk::VkImageViewType imageViewType = getVkImageViewType(texType);
496 if (texType == TEXTURE_TYPE_CUBE
    [all...]
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 235 const TextureType texType = getTextureType(samplerType);
238 switch (texType)
258 static deUint32 getGLTextureTarget (TextureType texType)
260 switch (texType)
279 const TextureType texType = getTextureType(samplerType);
280 const deUint32 texTarget = getGLTextureTarget(texType);
288 switch (texType)
    [all...]
es31fShaderImageLoadStoreTests.cpp 262 static inline deUint32 getGLTextureTarget (TextureType texType)
264 switch (texType)
    [all...]
  /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/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...]
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp     [all...]
  /prebuilts/sdk/14/
android.jar 

Completed in 409 milliseconds