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

  /external/mesa3d/src/mesa/swrast/
s_texfetch_tmp.h 97 FETCH_RGBA(RGBA_FLOAT16, GLhalfARB, 4)
99 FETCH_RGBA(RGB_FLOAT16, GLhalfARB, 3)
101 FETCH_RGBA(A_FLOAT16, GLhalfARB, 1)
103 FETCH_RGBA(L_FLOAT16, GLhalfARB, 1)
105 FETCH_RGBA(LA_FLOAT16, GLhalfARB, 2)
107 FETCH_RGBA(I_FLOAT16, GLhalfARB, 1)
109 FETCH_RGBA(R_FLOAT16, GLhalfARB, 1)
111 FETCH_RGBA(RG_FLOAT16, GLhalfARB, 2)
185 FETCH_RGBA(RGBX_FLOAT16, GLhalfARB, 4)
  /external/mesa3d/src/mesa/main/
pack.c 413 const GLhalfARB *s = (const GLhalfARB *) src;
416 GLhalfARB value = s[i];
691 GLhalfARB *dst = (GLhalfARB *) dest;
910 const GLhalfARB *src = (const GLhalfARB *) source;
912 GLhalfARB value = src[i];
1114 GLhalfARB *dst = (GLhalfARB *) dest
    [all...]
mipmap.c 410 const GLhalfARB(*rowA)[4] = (const GLhalfARB(*)[4]) srcRowA;
411 const GLhalfARB(*rowB)[4] = (const GLhalfARB(*)[4]) srcRowB;
412 GLhalfARB(*dst)[4] = (GLhalfARB(*)[4]) dstRow;
427 const GLhalfARB(*rowA)[3] = (const GLhalfARB(*)[3]) srcRowA;
428 const GLhalfARB(*rowB)[3] = (const GLhalfARB(*)[3]) srcRowB
    [all...]
glformats.c 296 return sizeof(GLhalfARB);
329 return sizeof(GLhalfARB);
446 return comps * sizeof(GLhalfARB);
550 return comps * sizeof(GLhalfARB);
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_draw.c 123 GLhalfARB *in = (GLhalfARB *)ptr;
  /external/mesa3d/include/GL/
glext.h     [all...]
  /external/swiftshader/include/GL/
glext.h     [all...]

Completed in 5317 milliseconds