HomeSort by relevance Sort by last modified time
    Searched refs:useProgramStages (Results 1 - 14 of 14) sorted by null

  /external/deqp/framework/opengl/
gluShaderProgram.cpp 253 void ProgramPipeline::useProgramStages (deUint32 stages, deUint32 program)
257 gl.useProgramStages(m_pipeline, stages, program);
gluShaderProgram.hpp 151 void useProgramStages (deUint32 stages, deUint32 program);
gluES3PlusWrapperFuncs.inl 261 dst->useProgramStages = src.useProgramStages;
gluCallLogWrapper.inl     [all...]
  /external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp 1113 pipeline->useProgramStages(GL_VERTEX_SHADER_BIT | GL_FRAGMENT_SHADER_BIT,
1125 pipeline->useProgramStages(GL_VERTEX_SHADER_BIT, vtxProg->getProgramName());
1128 pipeline->useProgramStages(GL_FRAGMENT_SHADER_BIT, frgProg->getProgramName());
1145 pipeline->useProgramStages(GL_VERTEX_SHADER_BIT, vtxProg->getProgramName());
1156 pipeline->useProgramStages(GL_FRAGMENT_SHADER_BIT, frgProg->getProgramName());
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwFunctions.inl 405 glUseProgramStagesFunc useProgramStages;
glwInitES31.inl 261 gl->useProgramStages = (glUseProgramStagesFunc) loader->get("glUseProgramStages");
glwInitGL41.inl     [all...]
glwInitGL42.inl     [all...]
glwInitGL43.inl     [all...]
glwInitGL44.inl     [all...]
glwImpl.inl     [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 405 gl->useProgramStages = glUseProgramStages;
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp 783 programPipeline->useProgramStages(shaderFlags, pipelineProgramIDs[programNdx]);
    [all...]

Completed in 506 milliseconds