/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
TranslatorIfaces.h | 84 void (*initContext)(GLEScontext*,ShareGroupPtr);
|
/frameworks/rs/ |
rsContext.h | 284 bool initContext(Device *, const RsSurfaceConfig *sc);
|
rsContext.cpp | 532 if (!rsc->initContext(dev, sc)) { 545 bool Context::initContext(Device *dev, const RsSurfaceConfig *sc) {
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_utils.h | 159 void initContext(hwc_context_t *ctx);
|
hwc.cpp | 612 initContext(dev);
|
hwc_utils.cpp | 193 void initContext(hwc_context_t *ctx) [all...] |
/hardware/qcom/display/msm8x26/libhwcomposer/ |
hwc_utils.h | 159 void initContext(hwc_context_t *ctx);
|
hwc.cpp | 613 initContext(dev);
|
hwc_utils.cpp | 154 void initContext(hwc_context_t *ctx) [all...] |
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_utils.h | 180 void initContext(hwc_context_t *ctx);
|
hwc.cpp | 713 initContext(dev);
|
hwc_utils.cpp | 125 void initContext(hwc_context_t *ctx) [all...] |
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
GLEScmImp.cpp | 42 static void initContext(GLEScontext* ctx,ShareGroupPtr grp); 59 initContext :initContext, 71 static void initContext(GLEScontext* ctx,ShareGroupPtr grp) { [all...] |
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
GLESv2Imp.cpp | 39 static void initContext(GLEScontext* ctx,ShareGroupPtr grp); 56 initContext :initContext, 68 static void initContext(GLEScontext* ctx,ShareGroupPtr grp) { [all...] |
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
EglImp.cpp | 747 g_eglInfo->getIface(newCtx->version())->initContext(newCtx->getGlesContext(),newCtx->getShareGroup()); [all...] |