Searched refs:getBorderColor (Results 1 – 11 of 11) sorted by relevance
176 const ColorGeneric &Sampler::getBorderColor() const in getBorderColor() function in gl::Sampler178 return mState.getBorderColor(); in getBorderColor()
72 const ColorGeneric &getBorderColor() const;
337 const ColorGeneric &getBorderColor() const;
281 const ColorGeneric &getBorderColor() const { return mBorderColor; } in getBorderColor() function
1745 const ColorGeneric &Texture::getBorderColor() const in getBorderColor() function in gl::Texture1747 return mState.mSamplerState.getBorderColor(); in getBorderColor()
330 ConvertFromColor<isPureInteger>(texture->getBorderColor(), params); in QueryTexParameterBase()498 ConvertFromColor<isPureInteger>(sampler->getBorderColor(), params); in QuerySamplerParameterBase()
291 if (samplerState.getBorderColor().type == angle::ColorGeneric::Type::Float) in getSamplerState()293 borderColor = samplerState.getBorderColor().colorF; in getSamplerState()
432 const angle::ColorGeneric &borderColor(samplerState.getBorderColor()); in updateSamplerMetadata()
104 …e, mAppliedSamplerState, GL_TEXTURE_BORDER_COLOR, &gl::SamplerState::getBorderColor, &gl::SamplerS… in syncState()
1480 const angle::ColorGeneric &borderColor(mState.getSamplerState().getBorderColor()); in syncState()
1015 ASSERT(texture->getBorderColor().type == angle::ColorGeneric::Type::Float); in setSamplerState()1017 gl_d3d9::ConvertColor(texture->getBorderColor().colorF)); in setSamplerState()