Home
last modified time | relevance | path

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

/external/chromium_org/cc/output/
Dshader.h34 enum SamplerType { enum
359 TexCoordPrecision precision, SamplerType sampler) const;
365 TexCoordPrecision precision, SamplerType sampler) const;
372 TexCoordPrecision precision, SamplerType sampler) const;
379 TexCoordPrecision precision, SamplerType sampler) const;
385 TexCoordPrecision precision, SamplerType sampler) const;
392 TexCoordPrecision precision, SamplerType sampler) const;
398 TexCoordPrecision precision, SamplerType sampler) const;
404 TexCoordPrecision precision, SamplerType sampler) const;
411 TexCoordPrecision precision, SamplerType sampler) const;
[all …]
Dshader.cc99 SamplerType requested_type, std::string shader_string) { in SetFragmentSamplerType()
703 TexCoordPrecision precision, SamplerType sampler) const { in GetShaderString()
707 uniform SamplerType s_texture; in GetShaderString()
717 TexCoordPrecision precision, SamplerType sampler) const { in GetShaderString()
721 uniform SamplerType s_texture; in GetShaderString()
738 TexCoordPrecision precision, SamplerType sampler) const { in GetShaderString()
743 uniform SamplerType s_texture; in GetShaderString()
752 TexCoordPrecision precision, SamplerType sampler) const { in GetShaderString()
757 uniform SamplerType s_texture; in GetShaderString()
795 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.cc160 SamplerType SamplerTypeFromTextureTarget(GLenum target) { in SamplerTypeFromTextureTarget()
1608 SamplerType sampler = in DrawContentQuad()
2854 SamplerType sampler) { in GetTileProgram()
2870 SamplerType sampler) { in GetTileProgramOpaque()
2886 SamplerType sampler) { in GetTileProgramAA()
2902 SamplerType sampler) { in GetTileProgramSwizzle()
2918 SamplerType sampler) { in GetTileProgramSwizzleOpaque()
2935 SamplerType sampler) { in GetTileProgramSwizzleAA()
Dgl_renderer_unittest.cc110 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.cpp53 SamplerType getSamplerType (tcu::TextureFormat format) in getSamplerType()
79 SamplerType getFetchSamplerType (tcu::TextureFormat format) in getFetchSamplerType()
/external/chromium_org/third_party/angle/src/libGLESv2/
DProgramBinary.h92 GLint getSamplerMapping(SamplerType type, unsigned int samplerIndex);
93 TextureType getSamplerTextureType(SamplerType type, unsigned int samplerIndex);
94 GLint getUsedSamplerRange(SamplerType type);
Dangletypes.h33 enum SamplerType enum
DContext.h471 …void applyTextures(SamplerType shaderType, Texture *textures[], TextureType *textureTypes, Sampler…
487 …size_t getCurrentTexturesAndSamplerStates(ProgramBinary *programBinary, SamplerType type, Texture …
DProgramBinary.cpp284 GLint ProgramBinary::getUsedSamplerRange(SamplerType type) in getUsedSamplerRange()
315 GLint ProgramBinary::getSamplerMapping(SamplerType type, unsigned int samplerIndex) in getSamplerMapping()
350 TextureType ProgramBinary::getSamplerTextureType(SamplerType type, unsigned int samplerIndex) in getSamplerTextureType()
DContext.cpp2453 size_t Context::getCurrentTexturesAndSamplerStates(ProgramBinary *programBinary, SamplerType type, … in getCurrentTexturesAndSamplerStates()
2494 void Context::applyTextures(SamplerType shaderType, Texture *textures[], TextureType *textureTypes,… 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.h104 …virtual void setSamplerState(gl::SamplerType type, int index, const gl::SamplerState &sampler) = 0;
105 virtual void setTexture(gl::SamplerType type, int index, gl::Texture *texture) = 0;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
DRenderer9.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);
DRenderer9.cpp771 void Renderer9::setSamplerState(gl::SamplerType type, int index, const gl::SamplerState &samplerSta… in setSamplerState()
800 void Renderer9::setTexture(gl::SamplerType type, int index, gl::Texture *texture) in setTexture()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/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.cpp578 void Renderer11::setSamplerState(gl::SamplerType type, int index, const gl::SamplerState &samplerSt… in setSamplerState()
633 void Renderer11::setTexture(gl::SamplerType type, int index, gl::Texture *texture) in setTexture()