OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTextureFormat
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/angle/src/libEGL/
Surface.h
60
virtual EGLenum
getTextureFormat
() const;
Surface.cpp
393
EGLenum Surface::
getTextureFormat
() const
libEGL.cpp
683
if (eglSurface->
getTextureFormat
() == EGL_NO_TEXTURE)
725
if (eglSurface->
getTextureFormat
() == EGL_NO_TEXTURE)
/device/generic/goldfish/opengl/system/egl/
egl.cpp
187
EGLint
getTextureFormat
() { return texFormat; }
734
*value = surface->
getTextureFormat
();
811
if (surface->
getTextureFormat
() == EGL_NO_TEXTURE) {
[
all
...]
Completed in 51 milliseconds