OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:egl_tls_t
(Results
1 - 5
of
5
) sorted by null
/frameworks/native/opengl/libs/EGL/
egl_tls.cpp
32
pthread_key_t
egl_tls_t
::sKey = TLS_KEY_NOT_INITIALIZED;
33
pthread_once_t
egl_tls_t
::sOnceKey = PTHREAD_ONCE_INIT;
35
egl_tls_t
::
egl_tls_t
()
function in class:android::egl_tls_t
39
const char *
egl_tls_t
::egl_strerror(EGLint err) {
60
void
egl_tls_t
::validateTLSKey()
70
void
egl_tls_t
::setErrorEtcImpl(
73
egl_tls_t
* tls = getTLS();
88
bool
egl_tls_t
::logNoContextCall() {
89
egl_tls_t
* tls = getTLS()
[
all
...]
egl_tls.h
32
class
egl_tls_t
{
class in namespace:android
41
egl_tls_t
();
47
static
egl_tls_t
* getTLS();
65
egl_tls_t
::setErrorEtc(__FUNCTION__, __LINE__, _e, _r)
68
egl_tls_t
::setErrorEtc(__FUNCTION__, __LINE__, _e, _r, true)
egl.cpp
63
if (
egl_tls_t
::logNoContextCall()) {
125
EGLContext context =
egl_tls_t
::getContext();
143
EGLContext context =
egl_tls_t
::getContext();
166
EGLContext context =
egl_tls_t
::getContext();
egl_display.cpp
171
egl_tls_t
::egl_strerror(cnx->egl.eglGetError()));
258
egl_tls_t
::egl_strerror(cnx->egl.eglGetError()));
eglApi.cpp
251
static inline void clearError() {
egl_tls_t
::clearError(); }
252
static inline EGLContext getContext() { return
egl_tls_t
::getContext(); }
789
egl_tls_t
::setContext(ctx);
795
egl_tls_t
::setContext(EGL_NO_CONTEXT);
900
err =
egl_tls_t
::getError();
[
all
...]
Completed in 596 milliseconds