OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_textureSamplerProgram
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles31/functional/
es31fMultisampleShaderRenderCase.cpp
78
,
m_textureSamplerProgram
(DE_NULL)
212
m_textureSamplerProgram
= new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources()
215
if (!
m_textureSamplerProgram
->isOk())
217
m_testCtx.getLog() << tcu::TestLog::Section("SamplerShader", "Sampler shader") << *
m_textureSamplerProgram
<< tcu::TestLog::EndSection;
332
delete
m_textureSamplerProgram
;
333
m_textureSamplerProgram
= DE_NULL;
557
const deInt32 posLocation = gl.getAttribLocation(
m_textureSamplerProgram
->getProgram(), "a_position");
558
const deInt32 samplerLocation = gl.getUniformLocation(
m_textureSamplerProgram
->getProgram(), "u_sampler");
586
gl.useProgram(
m_textureSamplerProgram
->getProgram());
608
const deInt32 posLocation = gl.getAttribLocation(
m_textureSamplerProgram
->getProgram(), "a_position")
[
all
...]
es31fMultisampleShaderRenderCase.hpp
119
glu::ShaderProgram*
m_textureSamplerProgram
;
Completed in 78 milliseconds