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

  /external/deqp/modules/gles31/functional/
es31fShaderTextureSizeTests.cpp 58 enum TextureType
70 TextureSizeCase (Context& context, const char* name, const char* desc, TextureType type, int samples);
87 const TextureType m_type;
101 TextureSizeCase::TextureSizeCase (Context& context, const char* name, const char* desc, TextureType type, int samples)
497 TextureSizeCase::TextureType type;
es31fTextureMultisampleTests.cpp     [all...]
es31fOpaqueTypeIndexingTests.cpp 78 enum TextureType
119 static TextureType getTextureType (glu::DataType samplerType)
235 const TextureType texType = getTextureType(samplerType);
258 static deUint32 getGLTextureTarget (TextureType texType)
279 const TextureType texType = getTextureType(samplerType);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600TextureIntrinsicsReplacer.cpp 38 void getAdjustmentFromTextureTarget(unsigned TextureType, bool hasLOD,
61 switch (TextureType) {
90 if (TextureType == TEXTURE_RECT ||
91 TextureType == TEXTURE_SHADOWRECT) {
96 if (TextureType == TEXTURE_CUBE_ARRAY ||
97 TextureType == TEXTURE_SHADOWCUBE_ARRAY)
100 if (TextureType == TEXTURE_1D_ARRAY ||
101 TextureType == TEXTURE_SHADOW1D_ARRAY) {
108 } else if (TextureType == TEXTURE_2D_ARRAY ||
109 TextureType == TEXTURE_SHADOW2D_ARRAY)
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Program.java 43 * TextureType specifies what textures are attached to Program
47 public enum TextureType {
52 TextureType(int id) {
72 TextureType mTextures[];
118 public TextureType getTextureType(int slot) {
172 mTextures[slot] != TextureType.TEXTURE_CUBE) {
207 TextureType mTextureTypes[];
225 mTextureTypes = new TextureType[MAX_TEXTURE];
329 public BaseProgramBuilder addTexture(TextureType texType) throws IllegalArgumentException {
343 public BaseProgramBuilder addTexture(TextureType texType, String texName
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 64 enum TextureType
90 TextureType textureType;
494 if (m_config.textureType == TestConfig::TEXTURETYPE_IMAGE
495 || m_config.textureType == TestConfig::TEXTURETYPE_SHARED_IMAGE
496 || m_config.textureType == TestConfig::TEXTURETYPE_SHARED_IMAGE_TEXTURE)
515 if (m_config.textureType == TestConfig::TEXTURETYPE_IMAGE
516 || m_config.textureType == TestConfig::TEXTURETYPE_SHARED_IMAGE
517 || m_config.textureType == TestConfig::TEXTURETYPE_SHARED_IMAGE_TEXTURE)
543 if (m_config.textureType == TestConfig::TEXTURETYPE_TEXTURE
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderTextureFunctionTests.cpp 116 enum TextureType
126 TextureType type; //!< Texture type (2D, cubemap, ...)
144 TextureSpec (TextureType type_,
es2fTextureSpecificationTests.cpp 330 enum TextureType
356 TextureSpecCase (Context& context, const char* name, const char* desc, const TextureType type, const tcu::TextureFormat format, const deUint32 flags, int width, int height);
364 const TextureType m_texType;
392 TextureSpecCase::TextureSpecCase (Context& context, const char* name, const char* desc, const TextureType type, const tcu::TextureFormat format, const deUint32 flags, int width, int height)
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.hpp 63 enum TextureType
106 RenderParams (TextureType texType_)
118 TextureType texType; //!< Texture type.
220 void renderQuad (int texUnit, const float* texCoord, TextureType texType);
317 ReferenceParams (TextureType texType_)
328 ReferenceParams (TextureType texType_, const tcu::Sampler& sampler_, LodMode lodMode_ = LODMODE_EXACT)
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 58 enum TextureType
232 static TextureType getTextureType (glu::DataType samplerType)
337 const TextureType texType = getTextureType(samplerType);
380 static vk::VkImageType getVkImageType (TextureType texType)
395 static vk::VkImageViewType getVkImageViewType (TextureType texType)
481 const TextureType texType = getTextureType(m_samplerType);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp 170 enum TextureType
182 TextureType type; //!< Texture type (2D, cubemap, ...)
200 TextureSpec (TextureType type_,
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 

Completed in 3147 milliseconds