Home
last modified time | relevance | path

Searched refs:X2F (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp458 ctx->dispatcher().glAlphaFunc(func,X2F(ref)); in glAlphaFuncx()
567 ctx->setClearColor(X2F(red),X2F(green),X2F(blue),X2F(alpha)); in glClearColorx()
568 ctx->dispatcher().glClearColor(X2F(red),X2F(green),X2F(blue),X2F(alpha)); in glClearColorx()
582 ctx->setClearDepth(X2F(depth)); in glClearDepthx()
583 ctx->dispatcher().glClearDepth(X2F(depth)); in glClearDepthx()
636 ctx->color4f(X2F(red),X2F(green),X2F(blue),X2F(alpha)); in glColor4x()
882 ctx->setDepthRangef(X2F(zNear),X2F(zFar)); in glDepthRangex()
883 ctx->dispatcher().glDepthRange(X2F(zNear),X2F(zFar)); in glDepthRangex()
965 ctx->fogf(pname,(pname == GL_FOG_MODE)? static_cast<GLfloat>(param):X2F(param)); in glFogx()
977 tmpParams[i] = X2F(params[i]); in glFogxv()
[all …]
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLconversion_macros.h19 #define X2F(x) (((float)(x))/65536.0f) macro
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp1019 … reinterpret_cast<GLfloat*>(&static_cast<unsigned char*>(dataOut)[i])[j] = X2F(fixed_data[j]); in convertFixedDirectLoop()
1033 float_data[j] = X2F(fixed_data[j]); in convertFixedIndirectLoop()