OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createGLESContext
(Results
1 - 4
of
4
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
TranslatorIfaces.h
83
GLEScontext* (*
createGLESContext
)();
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp
45
static GLEScontext*
createGLESContext
();
58
createGLESContext
:
createGLESContext
,
80
static GLEScontext*
createGLESContext
() {
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp
42
static GLEScontext*
createGLESContext
();
55
createGLESContext
:
createGLESContext
,
76
static GLEScontext*
createGLESContext
() {
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp
632
glesCtx = iface->
createGLESContext
();
[
all
...]
Completed in 26 milliseconds