HomeSort by relevance Sort by last modified time
    Searched defs:textureType (Results 1 - 10 of 10) 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/chromium_org/third_party/angle_dx11/src/libGLESv2/
ProgramBinary.h 71 TextureType getSamplerTextureType(SamplerType type, unsigned int samplerIndex);
152 TextureType textureType;
ProgramBinary.cpp 205 TextureType ProgramBinary::getSamplerTextureType(SamplerType type, unsigned int samplerIndex)
212 return mSamplersPS[samplerIndex].textureType;
216 return mSamplersVS[samplerIndex].textureType;
    [all...]
Context.cpp 1167 Texture *Context::getSamplerTexture(unsigned int sampler, TextureType type)
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win_dw.cpp 173 DWRITE_TEXTURE_TYPE textureType;
176 textureType = DWRITE_TEXTURE_ALIASED_1x1;
179 textureType = DWRITE_TEXTURE_CLEARTYPE_3x1;
199 HRNM(glyphRunAnalysis->CreateAlphaTexture(textureType,
832 DWRITE_TEXTURE_TYPE textureType;
835 textureType = DWRITE_TEXTURE_ALIASED_1x1;
838 textureType = DWRITE_TEXTURE_CLEARTYPE_3x1;
853 HRVM(glyphRunAnalysis->GetAlphaTextureBounds(textureType, &bbox),
    [all...]
  /external/skia/src/ports/
SkFontHost_win_dw.cpp 173 DWRITE_TEXTURE_TYPE textureType;
176 textureType = DWRITE_TEXTURE_ALIASED_1x1;
179 textureType = DWRITE_TEXTURE_CLEARTYPE_3x1;
199 HRNM(glyphRunAnalysis->CreateAlphaTexture(textureType,
832 DWRITE_TEXTURE_TYPE textureType;
835 textureType = DWRITE_TEXTURE_ALIASED_1x1;
838 textureType = DWRITE_TEXTURE_CLEARTYPE_3x1;
853 HRVM(glyphRunAnalysis->GetAlphaTextureBounds(textureType, &bbox),
    [all...]
  /external/chromium_org/third_party/mesa/src/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/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/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglRenderer.java     [all...]

Completed in 221 milliseconds