/external/deqp/modules/glshared/ |
glsTextureTestUtil.cpp | 297 void TextureRenderer::renderQuad (int texUnit, const float* texCoord, TextureType texType) 299 renderQuad(texUnit, texCoord, RenderParams(texType)); 321 if (params.texType == TEXTURETYPE_2D) 334 else if (params.texType == TEXTURETYPE_1D) 347 else if (params.texType == TEXTURETYPE_CUBE) 360 else if (params.texType == TEXTURETYPE_3D) 372 else if (params.texType == TEXTURETYPE_2D_ARRAY) 387 else if (params.texType == TEXTURETYPE_CUBE_ARRAY) 402 else if (params.texType == TEXTURETYPE_1D_ARRAY) 417 else if (params.texType == TEXTURETYPE_BUFFER [all...] |
glsTextureTestUtil.hpp | 154 void renderQuad (int texUnit, const float* texCoord, glu::TextureTestUtil::TextureType texType);
|
glsLongStressCase.hpp | 149 TextureSpec (const glu::TextureTestUtil::TextureType texType, 163 : textureType (texType)
|
glsLongStressCase.cpp | 908 void make (const string& name, gls::TextureType texType) { DE_ASSERT(!has(name)); m_objects[name] = SharedPtr<T>(new T(texType)); } [all...] |
/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 | 551 ObjectBaseRef<Type> texType = Type::getTypeRef(mRSC, alphaElem.get(), mCacheWidth, mCacheHeight); 556 Allocation *cacheAlloc = Allocation::createAllocation(mRSC, texType.get(), 562 mCacheLines.push_back(new CacheTextureLine(16, texType->getDimX(), nextLine, 0)); 564 mCacheLines.push_back(new CacheTextureLine(24, texType->getDimX(), nextLine, 0)); 566 mCacheLines.push_back(new CacheTextureLine(24, texType->getDimX(), nextLine, 0)); 568 mCacheLines.push_back(new CacheTextureLine(32, texType->getDimX(), nextLine, 0)); 570 mCacheLines.push_back(new CacheTextureLine(32, texType->getDimX(), nextLine, 0)); 572 mCacheLines.push_back(new CacheTextureLine(40, texType->getDimX(), nextLine, 0)); 574 mCacheLines.push_back(new CacheTextureLine(texType->getDimY() - nextLine, texType->getDimX(), nextLine, 0)) [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
vktOpaqueTypeIndexingTests.cpp | 393 const TextureType texType = getTextureType(samplerType); 396 switch (texType) 436 static vk::VkImageType getVkImageType (TextureType texType) 438 switch (texType) 451 static vk::VkImageViewType getVkImageViewType (TextureType texType) 453 switch (texType) 470 TestImage (Context& context, TextureType texType, tcu::TextureFormat format, const void* colorValue); 480 Move<VkImage> createTestImage (const DeviceInterface& vkd, VkDevice device, TextureType texType, tcu::TextureFormat format) 486 (texType == TEXTURE_TYPE_CUBE ? (VkImageCreateFlags)VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT : (VkImageCreateFlags)0), 487 getVkImageType(texType), [all...] |
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
vktTextureTestUtil.cpp | [all...] |
vktTextureTestUtil.hpp | 166 void renderQuad (tcu::Surface& result, int texUnit, const float* texCoord, glu::TextureTestUtil::TextureType texType);
|
/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 | 263 static inline deUint32 getGLTextureTarget (TextureType texType) 265 switch (texType) [all...] |
/frameworks/rs/driver/ |
rsdShader.cpp | 86 uint32_t texType = 0; 90 texType = GL_TEXTURE_EXTERNAL_OES; 92 texType = GL_TEXTURE_2D; 95 texType = GL_TEXTURE_CUBE_MAP; 97 if (texType != returnKey->mTextureTargets[ct]) {
|
/external/deqp/framework/opengl/ |
gluTextureTestUtil.hpp | 87 : texType (texType_) 98 TextureType texType; //!< Texture type.
|
/external/deqp/modules/gles3/functional/ |
es3fTextureUnitTests.cpp | 812 int texType = m_caseType == CASE_MIXED ? rnd.getInt(0, (int)CASE_MIXED - 1) : (int)m_caseType; 813 bool is2dTex = texType == 0; 814 bool isCubeTex = texType == 1; 815 bool is2dArrayTex = texType == 2; 816 bool is3dTex = texType == 3; [all...] |
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/ |
hlslParseHelper.cpp | 587 const TSampler& texType = base->getType().getSampler(); 588 if (! texType.isPureSampler()) { 589 const int vecSize = texType.isShadow() ? 1 : 4; 590 return intermediate.addMethod(base, TType(texType.type, EvqTemporary, vecSize), &field, loc); [all...] |
/external/deqp/modules/gles3/stress/ |
es3sSpecialFloatTests.cpp | [all...] |
/prebuilts/tools/common/m2/repository/com/google/android/android/4.1.1.4/ |
android-4.1.1.4.jar | |
/prebuilts/sdk/14/ |
android.jar | |
/prebuilts/tools/common/m2/repository/com/google/android/android/4.0.1.2/ |
android-4.0.1.2.jar | |