OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_fbImage
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.cpp
381
m_fbImage
(NULL),
391
free(
m_fbImage
);
399
if (m_onPost && !
m_fbImage
) {
400
m_fbImage
= (unsigned char*)malloc(4 * m_width * m_height);
401
if (!
m_fbImage
) {
871
(*c).second.cb->readback(
m_fbImage
);
873
GL_RGBA, GL_UNSIGNED_BYTE,
m_fbImage
);
FrameBuffer.h
144
unsigned char*
m_fbImage
;
Completed in 690 milliseconds