OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NativeType
(Results
1 - 7
of
7
) sorted by null
/external/deqp/external/vulkancts/framework/vulkan/
vkWsiPlatform.hpp
78
typedef typename TypeTraits<WsiType>::NativeDisplayType
NativeType
;
80
NativeType
getNative (void) const { return m_native; }
83
DisplayInterface (
NativeType
nativeDisplay)
87
const
NativeType
m_native;
94
typedef typename TypeTraits<WsiType>::NativeWindowType
NativeType
;
96
NativeType
getNative (void) const { return m_native; }
99
WindowInterface (
NativeType
nativeDisplay)
103
const
NativeType
m_native;
/external/v8/src/snapshot/
natives.h
16
enum
NativeType
{
27
template <
NativeType
type>
natives-external.cc
118
template<
NativeType
type>
139
template<
NativeType
type>
196
template<
NativeType
type>
201
template<
NativeType
type>
206
template<
NativeType
type>
211
template <
NativeType
type>
216
template<
NativeType
type>
221
template <
NativeType
type>
/external/deqp/modules/egl/
teglNativeColorMappingTests.cpp
280
enum
NativeType
287
NativeColorMappingCase (EglTestContext& eglTestCtx, const char* name, const char* description, bool render,
NativeType
nativeType
, const eglu::FilterList& filters);
293
NativeType
m_nativeType;
297
NativeColorMappingCase::NativeColorMappingCase (EglTestContext& eglTestCtx, const char* name, const char* description, bool render,
NativeType
nativeType
, const eglu::FilterList& filters)
299
, m_nativeType (
nativeType
)
309
void logConfigInfo (TestLog& log, const Library& egl, EGLDisplay display, EGLConfig config, NativeColorMappingCase::
NativeType
nativeType
, int waitFrames)
319
if (
nativeType
== NativeColorMappingCase::NATIVETYPE_WINDOW
[
all
...]
teglNativeCoordMappingTests.cpp
321
enum
NativeType
328
NativeCoordMappingCase (EglTestContext& eglTestCtx, const char* name, const char* description, bool render,
NativeType
nativeType
, const eglu::FilterList& filters);
334
NativeType
m_nativeType;
338
NativeCoordMappingCase::NativeCoordMappingCase (EglTestContext& eglTestCtx, const char* name, const char* description, bool render,
NativeType
nativeType
, const eglu::FilterList& filters)
340
, m_nativeType (
nativeType
)
350
void logConfigInfo (TestLog& log, const Library& egl, EGLDisplay display, EGLConfig config, NativeCoordMappingCase::
NativeType
nativeType
, int waitFrames)
360
if (
nativeType
== NativeCoordMappingCase::NATIVETYPE_WINDOW
[
all
...]
/prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar
Completed in 141 milliseconds