OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isOpenGLSupported
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
MffContext.java
63
* if the context's {@link #
isOpenGLSupported
()} method returns true.
292
public final boolean
isOpenGLSupported
() {
313
if (!
isOpenGLSupported
()) {
Filter.java
547
protected final boolean
isOpenGLSupported
() {
548
return mFilterGraph.mRunner.
isOpenGLSupported
();
GraphRunner.java
283
if (getContext().
isOpenGLSupported
()) {
806
public boolean
isOpenGLSupported
() {
807
return mRunLoop.isOpenGLAllowed() && mContext.
isOpenGLSupported
();
[
all
...]
Completed in 63 milliseconds