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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h 339 } gl_frag_attrib; typedef in typeref:enum:__anon18151
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/mesa/main/
mtypes.h 339 } gl_frag_attrib; typedef in typeref:enum:__anon31710
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...]

Completed in 41 milliseconds