Searched refs:texType (Results 1 - 16 of 16) sorted by relevance

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
H A DMaterialContext.java364 * @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 DglsLongStressCase.hpp149 TextureSpec (const gls::TextureTestUtil::TextureType texType, argument
163 : textureType (texType)
H A DglsTextureTestUtil.hpp107 : 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 DglsTextureTestUtil.cpp1278 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 DglsLongStressCase.cpp908 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 DvktOpaqueTypeIndexingTests.cpp337 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 Des31fOpaqueTypeIndexingTests.cpp235 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 Des31fShaderImageLoadStoreTests.cpp262 static inline deUint32 getGLTextureTarget (TextureType texType) argument
264 switch (texType)
/external/deqp/modules/gles3/functional/
H A Des3fTextureUnitTests.cpp811 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 Des3sSpecialFloatTests.cpp1020 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 Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 205 milliseconds