Searched refs:getBorderColor (Results 1 – 13 of 13) 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;
283 const ColorGeneric &getBorderColor() const { return mBorderColor; } in getBorderColor() function
330 const ColorGeneric &getBorderColor() const;
1727 const ColorGeneric &Texture::getBorderColor() const in getBorderColor() function in gl::Texture1729 return mState.mSamplerState.getBorderColor(); in getBorderColor()
327 ConvertFromColor<isPureInteger>(texture->getBorderColor(), params); in QueryTexParameterBase()492 ConvertFromColor<isPureInteger>(sampler->getBorderColor(), params); in QuerySamplerParameterBase()
70 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]);
1000 getBorderColor(color); in prepareTexture()1190 void GPUShader5TextureGatherOffsetColorTestBase::getBorderColor(glw::GLfloat out_color[4]) in getBorderColor() function in glcts::GPUShader5TextureGatherOffsetColorTestBase2128 void GPUShader5TextureGatherOffsetDepthTestBase::getBorderColor(glw::GLfloat out_color[4]) in getBorderColor() function in glcts::GPUShader5TextureGatherOffsetDepthTestBase
309 if (samplerState.getBorderColor().type == angle::ColorGeneric::Type::Float) in getSamplerState()311 borderColor = samplerState.getBorderColor().colorF; in getSamplerState()
431 const angle::ColorGeneric &borderColor(samplerState.getBorderColor()); in updateSamplerMetadata()
104 …e, mAppliedSamplerState, GL_TEXTURE_BORDER_COLOR, &gl::SamplerState::getBorderColor, &gl::SamplerS… in syncState()
1414 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()