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

  /external/skia/src/ports/
SkScalerContext_win_dw.h 38 DWRITE_TEXTURE_TYPE textureType);
42 DWRITE_TEXTURE_TYPE textureType,
SkScalerContext_win_dw.cpp 397 DWRITE_TEXTURE_TYPE textureType,
438 HRM(glyphRunAnalysis->GetAlphaTextureBounds(textureType, bbox),
645 DWRITE_TEXTURE_TYPE textureType)
702 HRNM(glyphRunAnalysis->CreateAlphaTexture(textureType,
715 DWRITE_TEXTURE_TYPE textureType = fTextureType;
718 textureType = DWRITE_TEXTURE_ALIASED_1x1;
720 const void* bits = this->drawDWMask(glyph, renderingMode, textureType);
  /development/perftests/panorama/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/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/opencv3/modules/core/src/
directx.cpp 716 int textureType = getTypeFromDXGI_FORMAT(desc.Format);
717 CV_Assert(textureType == srcType);
776 int textureType = getTypeFromDXGI_FORMAT(desc.Format);
777 CV_Assert(textureType >= 0);
784 dst.create(Size(desc.Width, desc.Height), textureType);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp 88 static inline IVec3 defaultImageSize (TextureType type)
119 static const char* getTextureTypeName (TextureType type)
236 static inline string getShaderSamplerOrImageType (TextureFormat::ChannelType formatType, TextureType textureType, bool isSampler)
242 const char* const imageTypePart = textureType == TEXTURETYPE_BUFFER ? "Buffer"
243 : textureType == TEXTURETYPE_2D ? "2D"
244 : textureType == TEXTURETYPE_3D ? "3D"
245 : textureType == TEXTURETYPE_CUBE ? "Cube"
246 : textureType == TEXTURETYPE_2D_ARRAY ? "2DArray"
252 static inline string getShaderImageType (TextureFormat::ChannelType formatType, TextureType imageType
    [all...]
es31fTextureGatherTests.cpp 67 using gls::TextureTestUtil::TextureType;
837 static inline glu::DataType getSamplerType (TextureType textureType, const tcu::TextureFormat& format)
841 switch (textureType)
851 switch (textureType)
889 static inline int getNumTextureSamplingDimensions (TextureType type)
900 static deUint32 getGLTextureType (TextureType type)
946 TextureType textureType,
1005 static glu::ProgramSources genProgramSources (GatherType, TextureType, const tcu::TextureFormat&, const GatherArgs&, const string& refZExpr, const IVec2& offsetRange)
    [all...]
es31fLayoutBindingTests.cpp 831 SamplerBindingRenderCase (Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, glw::GLenum samplerType, glw::GLenum textureType);
857 glw::GLenum textureType)
860 , m_textureType (textureType)
    [all...]
  /external/deqp/modules/glshared/
glsLongStressCase.hpp 134 gls::TextureTestUtil::TextureType textureType;
149 TextureSpec (const gls::TextureTestUtil::TextureType texType,
163 : textureType (texType)
glsLongStressCase.cpp 78 using TextureTestUtil::TextureType;
450 Texture (TextureType type);
473 const TextureType m_type;
481 Texture::Texture (const TextureType type)
908 void make (const string& name, gls::TextureType texType) { DE_ASSERT(!has(name)); m_objects[name] = SharedPtr<T>(new T(texType)); }
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/loader/
G3dModelLoader.java 222 String textureType = texture.getString("type", null);
223 if (textureType == null) throw new GdxRuntimeException("Texture needs type.");
225 jsonTexture.usage = parseTextureUsage(textureType);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite.h     [all...]
  /external/deqp/modules/gles2/functional/
es2fIntegerStateQueryTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fIntegerStateQueryTests.cpp     [all...]

Completed in 1097 milliseconds