Searched refs:Texture3DShader (Results 1 – 4 of 4) sorted by relevance
159 class Texture3DShader : public sglr::ShaderProgram class162 Texture3DShader (glu::DataType samplerType, glu::DataType outputType);163 ~Texture3DShader (void) {} in ~Texture3DShader()
668 Texture3DShader::Texture3DShader (glu::DataType samplerType, glu::DataType outputType) in Texture3DShader() function in deqp::gles3::Functional::FboTestUtil::Texture3DShader708 void Texture3DShader::setDepth (float depth) in setDepth()713 void Texture3DShader::setTexScaleBias (const Vec4& scale, const Vec4& bias) in setTexScaleBias()719 void Texture3DShader::setUniforms (sglr::Context& gl, deUint32 program) const in setUniforms()729 void Texture3DShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packe… in shadeVertices()740 void Texture3DShader::shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr::… in shadeFragments()
620 Texture3DShader tdTexShader (glu::getSampler3DType(texFmt), glu::TYPE_FLOAT_VEC4); in render()
565 Texture3DShader shader (glu::getSampler3DType(m_texFormat), glu::TYPE_FLOAT_VEC4); in verifyTexture()