Home
last modified time | relevance | path

Searched refs:SamplerType (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/cc/output/
Dshader.h33 enum SamplerType { enum
358 TexCoordPrecision precision, SamplerType sampler) const;
364 TexCoordPrecision precision, SamplerType sampler) const;
371 TexCoordPrecision precision, SamplerType sampler) const;
378 TexCoordPrecision precision, SamplerType sampler) const;
384 TexCoordPrecision precision, SamplerType sampler) const;
391 TexCoordPrecision precision, SamplerType sampler) const;
397 TexCoordPrecision precision, SamplerType sampler) const;
403 TexCoordPrecision precision, SamplerType sampler) const;
410 TexCoordPrecision precision, SamplerType sampler) const;
[all …]
Dshader.cc98 SamplerType requested_type, std::string shader_string) { in SetFragmentSamplerType()
702 TexCoordPrecision precision, SamplerType sampler) const { in GetShaderString()
706 uniform SamplerType s_texture; in GetShaderString()
716 TexCoordPrecision precision, SamplerType sampler) const { in GetShaderString()
720 uniform SamplerType s_texture; in GetShaderString()
737 TexCoordPrecision precision, SamplerType sampler) const { in GetShaderString()
742 uniform SamplerType s_texture; in GetShaderString()
751 TexCoordPrecision precision, SamplerType sampler) const { in GetShaderString()
756 uniform SamplerType s_texture; in GetShaderString()
794 TexCoordPrecision precision, SamplerType sampler) const { in GetShaderString()
[all …]
Dgl_renderer.h296 TexCoordPrecision precision, SamplerType sampler);
298 TexCoordPrecision precision, SamplerType sampler);
300 TexCoordPrecision precision, SamplerType sampler);
302 TexCoordPrecision precision, SamplerType sampler);
304 TexCoordPrecision precision, SamplerType sampler);
306 TexCoordPrecision precision, SamplerType sampler);
Dprogram_binding.h61 SamplerType sampler) { in Initialize()
Dgl_renderer.cc113 SamplerType SamplerTypeFromTextureTarget(GLenum target) { in SamplerTypeFromTextureTarget()
1635 SamplerType sampler = in DrawContentQuad()
2877 SamplerType sampler) { in GetTileProgram()
2893 SamplerType sampler) { in GetTileProgramOpaque()
2909 SamplerType sampler) { in GetTileProgramAA()
2925 SamplerType sampler) { in GetTileProgramSwizzle()
2941 SamplerType sampler) { in GetTileProgramSwizzleOpaque()
2958 SamplerType sampler) { in GetTileProgramSwizzleAA()
Dgl_renderer_unittest.cc107 SamplerType sampler) { in TestShadersWithSamplerType()
/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_copy_texture_chromium.cc82 uniform SamplerType u_sampler;
89 uniform SamplerType u_sampler;
97 uniform SamplerType u_sampler;
/external/deqp/modules/glshared/
DglsTextureTestUtil.hpp74 enum SamplerType enum
88 SamplerType getSamplerType (tcu::TextureFormat format);
89 SamplerType getFetchSamplerType (tcu::TextureFormat format);
116 SamplerType samplerType; //!< Sampler type.
DglsTextureTestUtil.cpp58 SamplerType getSamplerType (tcu::TextureFormat format) in getSamplerType()
84 SamplerType getFetchSamplerType (tcu::TextureFormat format) in getFetchSamplerType()
/external/chromium_org/third_party/angle/src/libGLESv2/
DProgramBinary.h112 GLint getSamplerMapping(SamplerType type, unsigned int samplerIndex, const Caps &caps);
113 GLenum getSamplerTextureType(SamplerType type, unsigned int samplerIndex);
114 GLint getUsedSamplerRange(SamplerType type);
DContext.h237 …void applyTextures(ProgramBinary *programBinary, SamplerType shaderType, const FramebufferTextureS…
252 void generateSwizzles(ProgramBinary *programBinary, SamplerType type);
Dangletypes.h22 enum SamplerType enum
DProgramBinary.cpp344 GLint ProgramBinary::getUsedSamplerRange(SamplerType type) in getUsedSamplerRange()
373 GLint ProgramBinary::getSamplerMapping(SamplerType type, unsigned int samplerIndex, const Caps &cap… in getSamplerMapping()
406 GLenum ProgramBinary::getSamplerTextureType(SamplerType type, unsigned int samplerIndex) in getSamplerTextureType()
DContext.cpp1393 void Context::generateSwizzles(ProgramBinary *programBinary, SamplerType type) in generateSwizzles()
1421 void Context::applyTextures(ProgramBinary *programBinary, SamplerType shaderType, in applyTextures()
/external/deqp/modules/gles31/functional/
Des31fShaderStateQueryTests.cpp58 static const struct SamplerType in iterate() struct
Des31fShaderTextureSizeTests.cpp492 static const struct SamplerType in init() struct
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DRenderer.h113 …virtual void setSamplerState(gl::SamplerType type, int index, const gl::SamplerState &sampler) = 0;
114 virtual void setTexture(gl::SamplerType type, int index, gl::Texture *texture) = 0;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
DRenderer9.h64 virtual void setSamplerState(gl::SamplerType type, int index, const gl::SamplerState &sampler);
65 virtual void setTexture(gl::SamplerType type, int index, gl::Texture *texture);
DRenderer9.cpp645 void Renderer9::setSamplerState(gl::SamplerType type, int index, const gl::SamplerState &samplerSta… in setSamplerState()
674 void Renderer9::setTexture(gl::SamplerType type, int index, gl::Texture *texture) in setTexture()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
DRenderer11.h63 virtual void setSamplerState(gl::SamplerType type, int index, const gl::SamplerState &sampler);
64 virtual void setTexture(gl::SamplerType type, int index, gl::Texture *texture);
DRenderer11.cpp433 void Renderer11::setSamplerState(gl::SamplerType type, int index, const gl::SamplerState &samplerSt… in setSamplerState()
482 void Renderer11::setTexture(gl::SamplerType type, int index, gl::Texture *texture) in setTexture()