/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;
|
/packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/ |
Renderer.h | 28 void SetInputTextureType(GLenum textureType);
|
Renderer.cpp | 217 void Renderer::SetInputTextureType(GLenum textureType) 219 mInputTextureType = textureType;
|
/packages/apps/Camera2/jni/feature_mos/src/mosaic_renderer/ |
Renderer.h | 28 void SetInputTextureType(GLenum textureType);
|
Renderer.cpp | 217 void Renderer::SetInputTextureType(GLenum textureType) 219 mInputTextureType = textureType;
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
Renderer.h | 28 void SetInputTextureType(GLenum textureType);
|
Renderer.cpp | 217 void Renderer::SetInputTextureType(GLenum textureType) 219 mInputTextureType = textureType;
|
/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/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/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;
|
MaterialHelper.java | 425 * @param textureType
429 public boolean hasTexture(Material material, String textureType) {
431 return material.getTextureParam(textureType) != null;
|
/external/chromium_org/third_party/angle/src/libEGL/ |
Surface.cpp | 49 Surface::Surface(Display *display, const Config *config, HANDLE shareHandle, EGLint width, EGLint height, EGLenum textureFormat, EGLenum textureType) 57 mTextureTarget = textureType;
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
ProgramBinary.cpp | 210 TextureType ProgramBinary::getSamplerTextureType(SamplerType type, unsigned int samplerIndex) 217 return mSamplersPS[samplerIndex].textureType; 221 return mSamplersVS[samplerIndex].textureType; [all...] |
ProgramBinary.h | 71 TextureType getSamplerTextureType(SamplerType type, unsigned int samplerIndex); 154 TextureType textureType;
|
Context.cpp | 1167 Texture *Context::getSamplerTexture(unsigned int sampler, TextureType type) [all...] |
/external/chromium_org/third_party/skia/src/ports/ |
SkFontHost_win_dw.cpp | 248 DWRITE_TEXTURE_TYPE textureType; 251 textureType = DWRITE_TEXTURE_ALIASED_1x1; 254 textureType = DWRITE_TEXTURE_CLEARTYPE_3x1; 274 HRNM(glyphRunAnalysis->CreateAlphaTexture(textureType, 815 DWRITE_TEXTURE_TYPE textureType; 818 textureType = DWRITE_TEXTURE_ALIASED_1x1; 821 textureType = DWRITE_TEXTURE_CLEARTYPE_3x1; 836 HRVM(glyphRunAnalysis->GetAlphaTextureBounds(textureType, &bbox), [all...] |
/external/skia/src/ports/ |
SkFontHost_win_dw.cpp | 248 DWRITE_TEXTURE_TYPE textureType; 251 textureType = DWRITE_TEXTURE_ALIASED_1x1; 254 textureType = DWRITE_TEXTURE_CLEARTYPE_3x1; 274 HRNM(glyphRunAnalysis->CreateAlphaTexture(textureType, 815 DWRITE_TEXTURE_TYPE textureType; 818 textureType = DWRITE_TEXTURE_ALIASED_1x1; 821 textureType = DWRITE_TEXTURE_CLEARTYPE_3x1; 836 HRVM(glyphRunAnalysis->GetAlphaTextureBounds(textureType, &bbox), [all...] |
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/ |
LwjglRenderer.java | [all...] |