OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SafeUIntFromPointer
(Results
1 - 6
of
6
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLutils.h
45
inline unsigned int
SafeUIntFromPointer
(const void* ptr) {
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglDisplay.cpp
144
unsigned int hndl =
SafeUIntFromPointer
(surface);
154
unsigned int hndl =
SafeUIntFromPointer
(ctx);
164
unsigned int hndl =
SafeUIntFromPointer
(s);
193
unsigned int hndl =
SafeUIntFromPointer
(ctx);
297
unsigned int hndl =
SafeUIntFromPointer
(img);
305
unsigned int hndl =
SafeUIntFromPointer
(img);
EglImp.cpp
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp
195
unsigned int offset =
SafeUIntFromPointer
(data);
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp
585
indices = buf +
SafeUIntFromPointer
(elementsIndices);
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp
596
indices = buf +
SafeUIntFromPointer
(elementsIndices);
[
all
...]
Completed in 328 milliseconds