OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X2F
(Results
1 - 4
of
4
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLconversion_macros.h
19
#define
X2F
(x) (((float)(x))/65536.0f)
/development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp
286
ctx->dispatcher().glAlphaFunc(func,
X2F
(ref));
369
ctx->dispatcher().glClearColor(
X2F
(red),
X2F
(green),
X2F
(blue),
X2F
(alpha));
380
ctx->dispatcher().glClearDepth(
X2F
(depth));
427
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;
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp
203
reinterpret_cast<GLfloat*>(&static_cast<unsigned char*>(dataOut)[i])[j] =
X2F
(fixed_data[j]);
217
float_data[j] =
X2F
(fixed_data[j]);
Completed in 131 milliseconds