OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fixed_data
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/common/
common_param_traits_unittest.cc
102
const char*
fixed_data
;
local
105
msg.ReadData(&iter, &
fixed_data
, &fixed_data_size);
106
bad_msg.WriteData(
fixed_data
, fixed_data_size);
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp
200
const GLfixed*
fixed_data
= (const GLfixed *)dataIn;
local
203
reinterpret_cast<GLfloat*>(&static_cast<unsigned char*>(dataOut)[i])[j] = X2F(
fixed_data
[j]);
213
const GLfixed*
fixed_data
= (GLfixed *)(dataIn + index*strideIn);
local
217
float_data[j] = X2F(
fixed_data
[j]);
Completed in 47 milliseconds