Searched refs:textureType (Results 1 – 5 of 5) sorted by relevance
63 private boolean textureType = false; field in VarType68 VarType(boolean multiData, boolean textureType){ in VarType() argument70 this.textureType = textureType; in VarType()74 return textureType; in isTextureType()
45 /* package */final Type textureType; field in MaterialContext124 Type textureType = this.getType(type); in MaterialContext() local125 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()
429 public boolean hasTexture(Material material, String textureType) { in hasTexture() argument431 return material.getTextureParam(textureType) != null; in hasTexture()
1505 … int textureType = convertTextureType(tex.getType(), tex.getImage().getMultiSamples()); in setFrameBuffer() local1506 glEnable(textureType); in setFrameBuffer()1507 glGenerateMipmapEXT(textureType); in setFrameBuffer()1508 glDisable(textureType); in setFrameBuffer()
2027 SamplerType textureType = programObject->getSamplerType(sampler); in applyTextures() local2029 Texture *texture = getSamplerTexture(textureUnit, textureType); in applyTextures()2053 device->SetTexture(sampler, getIncompleteTexture(textureType)->getTexture()); in applyTextures()