OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getSurfaceType
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/camera/camera2/
OutputConfiguration.cpp
45
int OutputConfiguration::
getSurfaceType
() const {
/external/deqp/modules/egl/
teglChooseConfigTests.cpp
398
static EGLint
getSurfaceType
(de::Random& rnd)
441
{ EGL_SURFACE_TYPE, ChooseConfigRandomCase::
getSurfaceType
, },
/external/deqp/framework/common/
tcuCommandLine.cpp
816
SurfaceType CommandLine::
getSurfaceType
(void) const { return m_cmdLine.getOption<opt::SurfaceType>(); }
/device/generic/goldfish/opengl/system/egl/
egl.cpp
186
EGLint
getSurfaceType
() { return surfaceType; }
759
if (surface->
getSurfaceType
() & EGL_PBUFFER_BIT) *value = EGL_FALSE;
764
if (surface->
getSurfaceType
() & EGL_PBUFFER_BIT) *value = 0;
863
if (!(surface->
getSurfaceType
() & EGL_PBUFFER_BIT)) {
[
all
...]
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DeqpTestRunner.java
212
public String
getSurfaceType
() {
[
all
...]
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DeqpTestRunner.java
289
public String
getSurfaceType
() {
[
all
...]
Completed in 417 milliseconds