OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:deleteGLESContext
(Results
1 - 3
of
3
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
TranslatorIfaces.h
85
void (*
deleteGLESContext
)(GLEScontext*);
/development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp
40
static void
deleteGLESContext
(GLEScontext* ctx);
57
deleteGLESContext
:
deleteGLESContext
,
80
static void
deleteGLESContext
(GLEScontext* ctx) {
[
all
...]
/development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp
43
static void
deleteGLESContext
(GLEScontext* ctx);
60
deleteGLESContext
:
deleteGLESContext
,
84
static void
deleteGLESContext
(GLEScontext* ctx) {
[
all
...]
Completed in 35 milliseconds