OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:initContext
(Results
1 - 7
of
7
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
TranslatorIfaces.h
84
void (*
initContext
)(GLEScontext*,ShareGroupPtr);
/frameworks/rs/
rsContext.cpp
530
if (!rsc->
initContext
(dev, sc)) {
543
bool Context::
initContext
(Device *dev, const RsSurfaceConfig *sc) {
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp
193
void
initContext
(hwc_context_t *ctx)
[
all
...]
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp
125
void
initContext
(hwc_context_t *ctx)
[
all
...]
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.cpp
154
void
initContext
(hwc_context_t *ctx)
[
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/GLES_CM/
GLEScmImp.cpp
42
static void
initContext
(GLEScontext* ctx,ShareGroupPtr grp);
59
initContext
:
initContext
,
71
static void
initContext
(GLEScontext* ctx,ShareGroupPtr grp) {
[
all
...]
Completed in 588 milliseconds