OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hRes
(Results
1 - 5
of
5
) sorted by null
/external/deqp/framework/egl/
egluUtil.cpp
218
const EGLint
hRes
= querySurfaceInt(egl, display, surface, EGL_HORIZONTAL_RESOLUTION);
221
if (
hRes
== EGL_UNKNOWN || vRes == EGL_UNKNOWN)
223
return tcu::IVec2(
hRes
, vRes);
/external/deqp/modules/egl/
teglQuerySurfaceTests.cpp
150
const EGLint
hRes
= eglu::querySurfaceInt(egl, display, surface, EGL_HORIZONTAL_RESOLUTION);
153
if ((
hRes
<= 0 || vRes <= 0) && (
hRes
!= EGL_UNKNOWN && vRes != EGL_UNKNOWN))
155
log << TestLog::Message << " Fail, invalid surface resolution " <<
hRes
<< "x" << vRes << TestLog::EndMessage;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wbemcli.h
[
all
...]
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar
/prebuilts/tools/darwin-x86/swt/
swt.jar
Completed in 142 milliseconds