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

  /external/mesa3d/src/mesa/main/
mtypes.h 339 } gl_frag_attrib; typedef in typeref:enum:__anon17096
343 * Convert from a gl_vert_result value to the corresponding gl_frag_attrib.
347 * gl_vert_result values which have no corresponding gl_frag_attrib
364 * Convert from a gl_frag_attrib value to the corresponding gl_vert_result.
368 * gl_frag_attrib values which have no corresponding gl_vert_result
372 _mesa_frag_attrib_to_vert_result(gl_frag_attrib frag_attrib)
    [all...]
context.c 348 gl_frag_attrib fa = FRAG_ATTRIB_WPOS;
    [all...]
  /external/mesa3d/src/glsl/
ir.h 454 * - Fragment shader input: one of the values from \c gl_frag_attrib.
    [all...]

Completed in 1248 milliseconds