Home
last modified time | relevance | path

Searched defs:destF (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/common/
DImage.cpp199 float *destF = reinterpret_cast<float*>(dest + xoffset * 16); in LoadImageRow() local
277 float *destF = reinterpret_cast<float*>(dest + xoffset * 16); in LoadImageRow() local
290 float *destF = reinterpret_cast<float*>(dest + xoffset * 16); in LoadImageRow() local
333 float *destF = reinterpret_cast<float*>(dest + xoffset * 4); in LoadImageRow() local
345 float *destF = reinterpret_cast<float*>(dest + xoffset * 4); in LoadImageRow() local
357 float *destF = reinterpret_cast<float*>(dest + xoffset * 4); in LoadImageRow() local
382 float *destF = reinterpret_cast<float*>(dest + xoffset * 4); in LoadImageRow() local
/external/mesa3d/src/mesa/swrast/
Ds_blend.c819 GLfloat (*rgbaF)[4], (*destF)[4]; in blend_general() local