OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mIsGraphicsContext
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/
rsContext.cpp
86
if (con->
mIsGraphicsContext
) {
98
if (mRsc->
mIsGraphicsContext
) {
276
rsc->mForceCpu |= rsc->
mIsGraphicsContext
;
286
if (rsc->
mIsGraphicsContext
) {
313
if (!rsc->
mIsGraphicsContext
) {
374
if (rsc->
mIsGraphicsContext
) {
389
if (
mIsGraphicsContext
) {
426
if (
mIsGraphicsContext
) {
534
mIsGraphicsContext
= sc != nullptr;
611
rsAssert(
mIsGraphicsContext
);
[
all
...]
rsContext.h
309
bool
mIsGraphicsContext
;
rsDriverLoader.cpp
199
if (!LoadHalTable(this, fnQueryHal,
mIsGraphicsContext
)) {
Completed in 665 milliseconds