Home
last modified time | relevance | path

Searched refs:initContext (Results 1 – 16 of 16) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTranslatorIfaces.h98 … void (*initContext)(GLEScontext*, ShareGroupPtr, bool); member
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_utils.h159 void initContext(hwc_context_t *ctx);
Dhwc.cpp612 initContext(dev); in hwc_device_open()
Dhwc_utils.cpp192 void initContext(hwc_context_t *ctx) in initContext() function
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.h233 void initContext(hwc_context_t *ctx);
Dhwc.cpp878 initContext(dev); in hwc_device_open()
Dhwc_utils.cpp183 void initContext(hwc_context_t *ctx) in initContext() function
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.h253 void initContext(hwc_context_t *ctx);
Dhwc.cpp917 initContext(dev); in hwc_device_open()
Dhwc_utils.cpp190 void initContext(hwc_context_t *ctx) in initContext() function
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.h303 void initContext(hwc_context_t *ctx);
Dhwc.cpp996 initContext(dev); in hwc_device_open()
Dhwc_utils.cpp268 void initContext(hwc_context_t *ctx) in initContext() function
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp67 static void initContext(GLEScontext* ctx, ShareGroupPtr grp, bool nativeTextureDecompressionEnabled…
86 .initContext = initContext,
206 static void initContext(GLEScontext* ctx, ShareGroupPtr grp, bool nativeTextureDecompressionEnabled… in initContext() function
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp78 static void initContext(GLEScontext* ctx, ShareGroupPtr grp, bool nativeTextureDecompressionEnabled…
118 .initContext = initContext,
244 static void initContext(GLEScontext* ctx, ShareGroupPtr grp, bool nativeTextureDecompressionEnabled… in initContext() function
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglImp.cpp1182 …g_eglInfo->getIface(newCtx->version())->initContext(newCtx->getGlesContext(), newCtx->getShareGrou… in eglMakeCurrent()