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

  /external/mesa3d/test/
cmain.c 59 glError = GGLShaderAttach(prog, vs);
61 glError = GGLShaderAttach(prog, fs);
114 glError = GGLShaderAttach(prog1, vs);
116 glError = GGLShaderAttach(prog1, fs1);
  /external/mesa3d/include/pixelflinger2/
pixelflinger2_interface.h 311 unsigned GGLShaderAttach(gl_shader_program_t * program, gl_shader_t * shader);
  /external/mesa3d/src/pixelflinger2/
shader.cpp 231 unsigned GGLShaderAttach(gl_shader_program * program, gl_shader * shader)
252 unsigned error = GGLShaderAttach(program, shader);
    [all...]

Completed in 77 milliseconds