OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_glesDso
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/opengl/host/libs/GLESv1_dec/
GLDecoder.cpp
27
m_glesDso
= NULL;
32
if (
m_glesDso
!= NULL) {
33
delete
m_glesDso
;
46
m_glesDso
= osUtils::dynLibrary::open(libname);
47
if (
m_glesDso
== NULL) {
226
if (ctx == NULL || ctx->
m_glesDso
== NULL) {
235
func = (void *)(ctx->
m_glesDso
->findSymbol(name));
GLDecoder.h
68
osUtils::dynLibrary*
m_glesDso
;
Completed in 2212 milliseconds