OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_eglimage_texture_2d
(Results
1 - 3
of
3
) sorted by null
/development/tools/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.h
36
bool
has_eglimage_texture_2d
;
member in struct:FrameBufferCaps
FrameBuffer.cpp
269
fb->m_caps.
has_eglimage_texture_2d
=
275
fb->m_caps.
has_eglimage_texture_2d
= false;
285
if (!fb->m_caps.
has_eglimage_texture_2d
) {
ColorBuffer.cpp
94
if (fb->getCaps().
has_eglimage_texture_2d
) {
Completed in 178 milliseconds