Searched refs:initContext (Results 1 – 16 of 16) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/ |
D | TranslatorIfaces.h | 98 … void (*initContext)(GLEScontext*, ShareGroupPtr, bool); member
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_utils.h | 159 void initContext(hwc_context_t *ctx);
|
D | hwc.cpp | 612 initContext(dev); in hwc_device_open()
|
D | hwc_utils.cpp | 192 void initContext(hwc_context_t *ctx) in initContext() function
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_utils.h | 233 void initContext(hwc_context_t *ctx);
|
D | hwc.cpp | 878 initContext(dev); in hwc_device_open()
|
D | hwc_utils.cpp | 183 void initContext(hwc_context_t *ctx) in initContext() function
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_utils.h | 253 void initContext(hwc_context_t *ctx);
|
D | hwc.cpp | 917 initContext(dev); in hwc_device_open()
|
D | hwc_utils.cpp | 190 void initContext(hwc_context_t *ctx) in initContext() function
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_utils.h | 303 void initContext(hwc_context_t *ctx);
|
D | hwc.cpp | 996 initContext(dev); in hwc_device_open()
|
D | hwc_utils.cpp | 268 void initContext(hwc_context_t *ctx) in initContext() function
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 67 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/ |
D | GLESv2Imp.cpp | 78 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/ |
D | EglImp.cpp | 1182 …g_eglInfo->getIface(newCtx->version())->initContext(newCtx->getGlesContext(), newCtx->getShareGrou… in eglMakeCurrent()
|