/external/jmonkeyengine/engine/src/core/com/jme3/shader/ |
D | VarType.java | 63 private boolean textureType = false; field in VarType 68 VarType(boolean multiData, boolean textureType){ in VarType() argument 70 this.textureType = textureType; in VarType() 74 return textureType; in isTextureType()
|
/external/clang/test/SemaObjCXX/ |
D | instantiate-property-access.mm | 15 @property int textureType; property 26 (void)(color_attachment[0].textureType == TextureType3D); 27 color_attachment[0].textureType += 1;
|
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/ |
D | R600MCCodeEmitter.cpp | 401 int64_t textureType = MI.getOperand(op_offset+3).getImm(); in EmitTexInstr() local 437 if (textureType == TEXTURE_RECT in EmitTexInstr() 438 || textureType == TEXTURE_SHADOWRECT) { in EmitTexInstr() 443 if (textureType == TEXTURE_1D_ARRAY in EmitTexInstr() 444 || textureType == TEXTURE_SHADOW1D_ARRAY) { in EmitTexInstr() 451 } else if (textureType == TEXTURE_2D_ARRAY in EmitTexInstr() 452 || textureType == TEXTURE_SHADOW2D_ARRAY) { in EmitTexInstr() 471 if ((textureType == TEXTURE_SHADOW1D in EmitTexInstr() 472 || textureType == TEXTURE_SHADOW2D in EmitTexInstr() 473 || textureType == TEXTURE_SHADOWRECT in EmitTexInstr() [all …]
|
/external/deqp/modules/egl/ |
D | teglGLES2SharedRenderingPerfTests.cpp | 90 TextureType textureType; member 494 if (m_config.textureType == TestConfig::TEXTURETYPE_IMAGE in TestContext() 495 || m_config.textureType == TestConfig::TEXTURETYPE_SHARED_IMAGE in TestContext() 496 || m_config.textureType == TestConfig::TEXTURETYPE_SHARED_IMAGE_TEXTURE) in TestContext() 515 if (m_config.textureType == TestConfig::TEXTURETYPE_IMAGE in TestContext() 516 || m_config.textureType == TestConfig::TEXTURETYPE_SHARED_IMAGE in TestContext() 517 || m_config.textureType == TestConfig::TEXTURETYPE_SHARED_IMAGE_TEXTURE) in TestContext() 543 if (m_config.textureType == TestConfig::TEXTURETYPE_TEXTURE) in TestContext() 545 else if (m_config.textureType == TestConfig::TEXTURETYPE_SHARED_TEXTURE) in TestContext() 552 else if (m_config.textureType == TestConfig::TEXTURETYPE_IMAGE) in TestContext() [all …]
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/ |
D | MaterialContext.java | 45 /* package */final Type textureType; field in MaterialContext 124 Type textureType = this.getType(type); in MaterialContext() local 125 if (textureType != null) { in MaterialContext() 127 firstTextureType = textureType; in MaterialContext() 130 } else if (firstTextureType == textureType) { in MaterialContext() 170 this.textureType = firstTextureType; in MaterialContext() 266 return this.textureType == Type.TwoDimensional ? 2 : 3; in getTextureDimension()
|
D | MaterialHelper.java | 429 public boolean hasTexture(Material material, String textureType) { in hasTexture() argument 431 return material.getTextureParam(textureType) != null; in hasTexture()
|
/external/skia/src/ports/ |
D | SkScalerContext_win_dw.h | 38 DWRITE_TEXTURE_TYPE textureType); 42 DWRITE_TEXTURE_TYPE textureType,
|
D | SkScalerContext_win_dw.cpp | 397 DWRITE_TEXTURE_TYPE textureType, in getBoundingBox() argument 438 HRM(glyphRunAnalysis->GetAlphaTextureBounds(textureType, bbox), in getBoundingBox() 645 DWRITE_TEXTURE_TYPE textureType) in drawDWMask() argument 702 HRNM(glyphRunAnalysis->CreateAlphaTexture(textureType, in drawDWMask() 715 DWRITE_TEXTURE_TYPE textureType = fTextureType; in generateImage() local 718 textureType = DWRITE_TEXTURE_ALIASED_1x1; in generateImage() 720 const void* bits = this->drawDWMask(glyph, renderingMode, textureType); in generateImage()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderImageLoadStoreTests.cpp | 236 …SamplerOrImageType (TextureFormat::ChannelType formatType, TextureType textureType, bool isSampler) in getShaderSamplerOrImageType() argument 242 const char* const imageTypePart = textureType == TEXTURETYPE_BUFFER ? "Buffer" in getShaderSamplerOrImageType() 243 : textureType == TEXTURETYPE_2D ? "2D" in getShaderSamplerOrImageType() 244 : textureType == TEXTURETYPE_3D ? "3D" in getShaderSamplerOrImageType() 245 : textureType == TEXTURETYPE_CUBE ? "Cube" in getShaderSamplerOrImageType() 246 : textureType == TEXTURETYPE_2D_ARRAY ? "2DArray" in getShaderSamplerOrImageType() 824 TextureType textureType, in readIntegerTextureViaFBOAndVerify() argument 830 DE_ASSERT(textureType != TEXTURETYPE_BUFFER); in readIntegerTextureViaFBOAndVerify() 836 const int numSlicesOrFaces = textureType == TEXTURETYPE_CUBE ? 6 : textureSize.z(); in readIntegerTextureViaFBOAndVerify() 837 const deUint32 textureTargetGL = getGLTextureTarget(textureType); in readIntegerTextureViaFBOAndVerify() [all …]
|
D | es31fTextureGatherTests.cpp | 837 static inline glu::DataType getSamplerType (TextureType textureType, const tcu::TextureFormat& form… in getSamplerType() argument 841 switch (textureType) in getSamplerType() 851 switch (textureType) in getSamplerType() 946 TextureType textureType, 1022 TextureType textureType, in TextureGatherCase() argument 1046 , m_textureType (textureType) in TextureGatherCase() 1213 TextureType textureType, in genProgramSources() argument 1223 const glu::DataType samplerType = getSamplerType(textureType, textureFormat); in genProgramSources() 1224 const int numDims = getNumTextureSamplingDimensions(textureType); in genProgramSources() 1980 static inline TextureGatherCase* makeTextureGatherCase (TextureType textureType, in makeTextureGatherCase() argument [all …]
|
D | es31fLayoutBindingTests.cpp | 831 … desc, ShaderType shaderType, TestType testType, glw::GLenum samplerType, glw::GLenum textureType); 857 glw::GLenum textureType) in SamplerBindingRenderCase() argument 860 , m_textureType (textureType) in SamplerBindingRenderCase() 1129 glw::GLenum textureType); 1155 glw::GLenum textureType) in ImageBindingRenderCase() argument 1158 , m_textureType (textureType) in ImageBindingRenderCase()
|
/external/deqp/modules/glshared/ |
D | glsLongStressCase.hpp | 134 gls::TextureTestUtil::TextureType textureType; member 163 : textureType (texType) in TextureSpec()
|
D | glsLongStressCase.cpp | 1308 m_textures->make(texName, spec.textureType); in iterate()
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/loader/ |
D | G3dModelLoader.java | 222 String textureType = texture.getString("type", null); in parseMaterials() local 223 if (textureType == null) throw new GdxRuntimeException("Texture needs type."); in parseMaterials() 225 jsonTexture.usage = parseTextureUsage(textureType); in parseMaterials()
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/ |
D | LwjglRenderer.java | 1505 … int textureType = convertTextureType(tex.getType(), tex.getImage().getMultiSamples()); in setFrameBuffer() local 1506 glEnable(textureType); in setFrameBuffer() 1507 glGenerateMipmapEXT(textureType); in setFrameBuffer() 1508 glDisable(textureType); in setFrameBuffer()
|
/external/deqp/modules/gles2/functional/ |
D | es2fIntegerStateQueryTests.cpp | 1822 …ryType type, const char* name, const char* description, GLenum testBindingName, GLenum textureType) in TextureBindingTestCase() argument 1825 , m_textureType (textureType) in TextureBindingTestCase()
|
/external/deqp/modules/gles3/functional/ |
D | es3fIntegerStateQueryTests.cpp | 2405 …ryType type, const char* name, const char* description, GLenum testBindingName, GLenum textureType) in TextureBindingTestCase() argument 2408 , m_textureType (textureType) in TextureBindingTestCase()
|