Home | History | Annotate | Download | only in opengl

Lines Matching refs:deUint32

112 static bool getProgramLinkStatus (const RenderContext& renderCtx, deUint32 program)
122 static std::string getProgramInfoLog (const RenderContext& renderCtx, deUint32 program)
151 Program::Program (const RenderContext& renderCtx, deUint32 program)
165 void Program::attachShader (deUint32 shader)
173 void Program::detachShader (deUint32 shader)
181 void Program::bindAttribLocation (deUint32 location, const char* name)
189 void Program::transformFeedbackVaryings (int count, const char* const* varyings, deUint32 bufferMode)
253 void ProgramPipeline::useProgramStages (deUint32 stages, deUint32 program)
261 void ProgramPipeline::activeShaderProgram (deUint32 program)
350 deUint32 getGLShaderType (ShaderType shaderType)
352 static const deUint32 s_typeMap[] =
366 deUint32 getGLShaderTypeBit (ShaderType shaderType)
368 static const deUint32 s_typebitMap[] =