OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:createcolorbuffer
(Results
1 - 3
of
3
) sorted by null
/development/tools/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.h
60
HandleType
createColorBuffer
(int p_width, int p_height, GLenum p_internalFormat);
RenderControl.cpp
215
return fb->
createColorBuffer
(width, height, internalFormat);
FrameBuffer.cpp
452
HandleType FrameBuffer::
createColorBuffer
(int p_width, int p_height,
Completed in 40 milliseconds