Home
last modified time | relevance | path

Searched refs:getBorderColor (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DSampler.cpp176 const ColorGeneric &Sampler::getBorderColor() const in getBorderColor() function in gl::Sampler
178 return mState.getBorderColor(); in getBorderColor()
DSampler.h72 const ColorGeneric &getBorderColor() const;
DTexture.h343 const ColorGeneric &getBorderColor() const;
Dangletypes.h376 const ColorGeneric &getBorderColor() const { return mBorderColor; } in getBorderColor() function
DTexture.cpp1979 const ColorGeneric &Texture::getBorderColor() const in getBorderColor() function in gl::Texture
1981 return mState.mSamplerState.getBorderColor(); in getBorderColor()
Dqueryutils.cpp347 ConvertFromColor<isPureInteger>(texture->getBorderColor(), params); in QueryTexParameterBase()
533 ConvertFromColor<isPureInteger>(sampler->getBorderColor(), params); in QuerySamplerParameterBase()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5TextureGatherOffset.hpp70 virtual void getBorderColor(glw::GLfloat out_color[4]) = 0;
203 virtual void getBorderColor(glw::GLfloat out_color[4]);
256 virtual void getBorderColor(glw::GLfloat out_color[4]);
DesextcGPUShader5TextureGatherOffset.cpp1000 getBorderColor(color); in prepareTexture()
1190 void GPUShader5TextureGatherOffsetColorTestBase::getBorderColor(glw::GLfloat out_color[4]) in getBorderColor() function in glcts::GPUShader5TextureGatherOffsetColorTestBase
2128 void GPUShader5TextureGatherOffsetDepthTestBase::getBorderColor(glw::GLfloat out_color[4]) in getBorderColor() function in glcts::GPUShader5TextureGatherOffsetDepthTestBase
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DRenderStateCache.cpp291 if (samplerState.getBorderColor().type == angle::ColorGeneric::Type::Float) in getSamplerState()
293 borderColor = samplerState.getBorderColor().colorF; in getSamplerState()
DStateManager11.cpp432 const angle::ColorGeneric &borderColor(samplerState.getBorderColor()); in updateSamplerMetadata()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DSamplerGL.cpp104 …e, mAppliedSamplerState, GL_TEXTURE_BORDER_COLOR, &gl::SamplerState::getBorderColor, &gl::SamplerS… in syncState()
DTextureGL.cpp1528 const angle::ColorGeneric &borderColor(mState.getSamplerState().getBorderColor()); in syncState()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp1033 ASSERT(texture->getBorderColor().type == angle::ColorGeneric::Type::Float); in setSamplerState()
1035 gl_d3d9::ConvertColor(texture->getBorderColor().colorF)); in setSamplerState()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp745 SerializeColorGeneric(json, "BorderColor", samplerState.getBorderColor()); in SerializeSamplerState()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp3330 (samplerState.getBorderColor().type == angle::ColorGeneric::Type::Float) ? 0 : 1; in update()
3333 mBorderColor = samplerState.getBorderColor().colorF; in update()