/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/ |
H A D | MaterialContext.java | 364 * @param texType 368 private Type getType(int texType) { argument 369 switch (texType) { 389 LOGGER.log(Level.WARNING, "Texture type NOT supported: {0}", texType); 392 throw new IllegalStateException("Unknown texture type: " + texType);
|
/external/deqp/modules/glshared/ |
H A D | glsLongStressCase.hpp | 149 TextureSpec (const gls::TextureTestUtil::TextureType texType, argument 163 : textureType (texType)
|
H A D | glsTextureTestUtil.hpp | 107 : texType (texType_) 118 TextureType texType; //!< Texture type. member in struct:deqp::gls::TextureTestUtil::RenderParams 220 void renderQuad (int texUnit, const float* texCoord, TextureType texType);
|
H A D | glsTextureTestUtil.cpp | 1278 void TextureRenderer::renderQuad (int texUnit, const float* texCoord, TextureType texType) argument 1280 renderQuad(texUnit, texCoord, RenderParams(texType)); 1302 if (params.texType == TEXTURETYPE_2D) 1315 else if (params.texType == TEXTURETYPE_1D) 1328 else if (params.texType == TEXTURETYPE_CUBE) 1341 else if (params.texType == TEXTURETYPE_3D) 1353 else if (params.texType == TEXTURETYPE_2D_ARRAY) 1368 else if (params.texType == TEXTURETYPE_CUBE_ARRAY) 1383 else if (params.texType == TEXTURETYPE_1D_ARRAY) 1398 else if (params.texType [all...] |
H A D | glsLongStressCase.cpp | 908 void make (const string& name, gls::TextureType texType) { DE_ASSERT(!has(name)); m_objects[name] = SharedPtr<T>(new T(texType)); } argument
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktOpaqueTypeIndexingTests.cpp | 337 const TextureType texType = getTextureType(samplerType); local 340 switch (texType) 380 static vk::VkImageType getVkImageType (TextureType texType) argument 382 switch (texType) 395 static vk::VkImageViewType getVkImageViewType (TextureType texType) argument 397 switch (texType) 481 const TextureType texType = getTextureType(m_samplerType); local 482 const vk::VkImageType imageType = getVkImageType(texType); 483 const vk::VkImageViewType imageViewType = getVkImageViewType(texType); 496 if (texType [all...] |
/external/deqp/modules/gles31/functional/ |
H A D | es31fOpaqueTypeIndexingTests.cpp | 235 const TextureType texType = getTextureType(samplerType); local 238 switch (texType) 258 static deUint32 getGLTextureTarget (TextureType texType) argument 260 switch (texType) 279 const TextureType texType = getTextureType(samplerType); local 280 const deUint32 texTarget = getGLTextureTarget(texType); 288 switch (texType)
|
H A D | es31fShaderImageLoadStoreTests.cpp | 262 static inline deUint32 getGLTextureTarget (TextureType texType) argument 264 switch (texType)
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fTextureUnitTests.cpp | 811 int texType = m_caseType == CASE_MIXED ? rnd.getInt(0, (int)CASE_MIXED - 1) : (int)m_caseType; local 812 bool is2dTex = texType == 0; 813 bool isCubeTex = texType == 1; 814 bool is2dArrayTex = texType == 2; 815 bool is3dTex = texType == 3;
|
/external/deqp/modules/gles3/stress/ |
H A D | es3sSpecialFloatTests.cpp | 1020 TextureCase (Context& context, const char* name, const char* desc, ShaderType type, TextureType texType, UploadType uploadType); 1038 TextureCase::TextureCase (Context& context, const char* name, const char* desc, ShaderType type, TextureType texType, UploadType uploadType) 1041 , m_textureType (texType) 1047 DE_ASSERT(texType < TEXTURE_LAST);
|
/external/robolectric/v3/runtime/ |
H A D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |