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

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLconversion_macros.h 19 #define X2F(x) (((float)(x))/65536.0f)
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 282 ctx->dispatcher().glAlphaFunc(func,X2F(ref));
365 ctx->dispatcher().glClearColor(X2F(red),X2F(green),X2F(blue),X2F(alpha));
376 ctx->dispatcher().glClearDepth(X2F(depth));
423 ctx->dispatcher().glColor4f(X2F(red),X2F(green),X2F(blue),X2F(alpha))
    [all...]
  /external/neven/
FaceDetector_jni.cpp 267 const float X2F = 1.0f / 65536.0f;
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 223 reinterpret_cast<GLfloat*>(&static_cast<unsigned char*>(dataOut)[i])[j] = X2F(fixed_data[j]);
237 float_data[j] = X2F(fixed_data[j]);

Completed in 3940 milliseconds