Searched defs:m_type (Results 1 - 25 of 128) sorted by relevance

123456

/external/deqp/framework/opengl/simplereference/
H A DsglrContext.hpp43 Context (glu::ContextType type) : m_type(type) {}
210 glu::ContextType getType (void) { return m_type; }
213 const glu::ContextType m_type; member in class:sglr::Context
/external/v8/tools/clang/blink_gc_plugin/tests/legacy_naming/
H A Dvirtual_and_trace_after_dispatch.h18 A(Type type) : m_type(type) { }
20 Type m_type; member in class:blink::A
H A Dtrace_after_dispatch.h18 A(Type type) : m_type(type) { }
20 Type m_type; member in class:blink::A
H A Dfinalize_after_dispatch.h40 A(Type type) : m_type(type) { }
42 Type m_type; member in class:blink::A
/external/v8/tools/clang/blink_gc_plugin/tests/
H A Dvirtual_and_trace_after_dispatch.h18 A(Type type) : m_type(type) { }
20 Type m_type; member in class:blink::A
H A Dtrace_after_dispatch.h18 A(Type type) : m_type(type) { }
20 Type m_type; member in class:blink::A
H A Dfinalize_after_dispatch.h40 A(Type type) : m_type(type) { }
42 Type m_type; member in class:blink::A
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTexture.hpp41 ImageType type (void) const { return m_type; } //!< Texture type
54 const ImageType m_type; member in class:vkt::image::Texture
/external/opencv/otherlibs/highgui/
H A Dgrfmt_exr.h77 PixelType m_type; member in class:GrFmtExrReader
H A Dgrfmt_sunras.h80 SunRasType m_type; member in class:GrFmtSunRasterReader
/external/pdfium/xfa/fwl/
H A Dcfwl_message.h27 Type GetType() const { return m_type; }
33 Type m_type; member in class:CFWL_Message
H A Dcfwl_event.h42 Type GetType() const { return m_type; }
48 Type m_type; member in class:CFWL_Event
/external/pdfium/xfa/fxgraphics/
H A Dcxfa_geshading.h44 const CXFA_GEShading_Type m_type; member in class:CXFA_GEShading
H A Dcxfa_gecolor.h25 Type GetType() const { return m_type; }
27 ASSERT(m_type == Solid || m_type == Pattern);
31 ASSERT(m_type == Pattern);
35 ASSERT(m_type == Shading);
42 Type m_type; member in class:CXFA_GEColor
H A Dcxfa_graphics.h62 int32_t m_type; member in class:FX_HatchStyle::CXFA_Graphics
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_destroy/
H A D5-2.c81 int m_type; /* Mutex type to use */ member in struct:_scenar
131 ret = pthread_mutexattr_settype(&ma[i], scenarii[i].m_type);
H A D2-2.c80 int m_type; /* Mutex type to use */ member in struct:_scenar
130 ret = pthread_mutexattr_settype(&ma[i], scenarii[i].m_type);
/external/deqp/framework/egl/
H A DegluConfigFilter.hpp75 const Type m_type; member in class:eglu::CandidateConfig
/external/deqp/framework/platform/ios/
H A DtcuIOSPlatform.hh90 virtual glu::ContextType getType (void) const { return m_type; }
100 glu::ContextType m_type; member in class:tcu::ios::RawContext
/external/deqp/framework/randomshaders/
H A DrsgVariable.hpp57 const VariableType& getType (void) const { return m_type; }
71 VariableType m_type; member in class:rsg::Variable
/external/deqp/modules/gles31/functional/
H A Des31fSampleShadingTests.cpp259 const TestType m_type; member in class:deqp::gles31::Functional::__anon5405::SampleShadingRenderingCase
264 , m_type (type)
423 if (m_type == TEST_DISCARD)
425 else if (m_type == TEST_COLOR)
H A Des31fShaderTextureSizeTests.cpp97 const TextureType m_type; member in class:deqp::gles31::Functional::__anon5441::TextureSizeCase
113 , m_type (type)
115 , m_isArrayType (m_type == TEXTURE_FLOAT_2D_ARRAY || m_type == TEXTURE_INT_2D_ARRAY || m_type == TEXTURE_UINT_2D_ARRAY)
332 switch (m_type)
364 switch (m_type)
380 switch (m_type)
/external/deqp/framework/platform/osx/
H A DtcuOSXPlatform.cpp75 glu::ContextType getType (void) const { return m_type; }
81 const glu::ContextType m_type; member in class:tcu::CGLRenderContext
111 : m_type (config.type)
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
H A D1-2.c93 int m_type; /* Mutex type to use */ member in struct:_scenar
280 ret = pthread_mutexattr_settype(&ma, scenarii[sc].m_type);
285 output("[parent] Mutex type : %i\n", scenarii[sc].m_type);
343 if (scenarii[sc].m_type == PTHREAD_MUTEX_RECURSIVE) {
H A D2-1.c98 int m_type; /* Mutex type to use */ member in struct:_scenar
246 ret = pthread_mutexattr_settype(&ma, scenarii[sc].m_type);
251 output("[parent] Mutex type : %i\n", scenarii[sc].m_type);
308 if (scenarii[sc].m_type == PTHREAD_MUTEX_RECURSIVE) {

Completed in 576 milliseconds

123456