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

  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
VarType.java 63 private boolean textureType = false;
68 VarType(boolean multiData, boolean textureType){
70 this.textureType = textureType;
74 return textureType;
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 377 DWRITE_TEXTURE_TYPE textureType,
414 HRM(glyphRunAnalysis->GetAlphaTextureBounds(textureType, bbox),
621 DWRITE_TEXTURE_TYPE textureType)
673 HRNM(glyphRunAnalysis->CreateAlphaTexture(textureType,
684 DWRITE_TEXTURE_TYPE textureType = fTextureType;
687 textureType = DWRITE_TEXTURE_ALIASED_1x1;
689 const void* bits = this->drawDWMask(glyph, renderingMode, textureType);
  /external/deqp/modules/glshared/
glsLongStressCase.hpp 134 gls::TextureTestUtil::TextureType textureType;
149 TextureSpec (const gls::TextureTestUtil::TextureType texType,
163 : textureType (texType)
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
MaterialContext.java 45 /* package */final Type textureType;
124 Type textureType = this.getType(type);
125 if (textureType != null) {
127 firstTextureType = textureType;
130 } else if (firstTextureType == textureType) {
170 this.textureType = firstTextureType;
266 return this.textureType == Type.TwoDimensional ? 2 : 3;
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
R600MCCodeEmitter.cpp 401 int64_t textureType = MI.getOperand(op_offset+3).getImm();
437 if (textureType == TEXTURE_RECT
438 || textureType == TEXTURE_SHADOWRECT) {
443 if (textureType == TEXTURE_1D_ARRAY
444 || textureType == TEXTURE_SHADOW1D_ARRAY) {
451 } else if (textureType == TEXTURE_2D_ARRAY
452 || textureType == TEXTURE_SHADOW2D_ARRAY) {
471 if ((textureType == TEXTURE_SHADOW1D
472 || textureType == TEXTURE_SHADOW2D
473 || textureType == TEXTURE_SHADOWREC
    [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/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglRenderer.java     [all...]

Completed in 159 milliseconds