HomeSort by relevance Sort by last modified time
    Searched defs:m_type (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /external/deqp/framework/opengl/simplereference/
sglrContext.hpp 43 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/
virtual_and_trace_after_dispatch.h 18 A(Type type) : m_type(type) { }
20 Type m_type; member in class:blink::A
trace_after_dispatch.h 18 A(Type type) : m_type(type) { }
20 Type m_type; member in class:blink::A
finalize_after_dispatch.h 40 A(Type type) : m_type(type) { }
42 Type m_type; member in class:blink::A
  /external/v8/tools/clang/blink_gc_plugin/tests/
virtual_and_trace_after_dispatch.h 18 A(Type type) : m_type(type) { }
20 Type m_type; member in class:blink::A
trace_after_dispatch.h 18 A(Type type) : m_type(type) { }
20 Type m_type; member in class:blink::A
finalize_after_dispatch.h 40 A(Type type) : m_type(type) { }
42 Type m_type; member in class:blink::A
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTexture.hpp 41 ImageType type (void) const { return m_type; } //!< Texture type
54 const ImageType m_type; member in class:vkt::image::Texture
  /external/opencv/otherlibs/highgui/
grfmt_exr.h 77 PixelType m_type; member in class:GrFmtExrReader
grfmt_sunras.h 80 SunRasType m_type; member in class:GrFmtSunRasterReader
  /external/pdfium/xfa/fwl/
cfwl_message.h 27 Type GetType() const { return m_type; }
33 Type m_type; member in class:CFWL_Message
cfwl_event.h 42 Type GetType() const { return m_type; }
48 Type m_type; member in class:CFWL_Event
  /external/pdfium/xfa/fxgraphics/
cxfa_gecolor.h 25 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
cxfa_geshading.h 44 const CXFA_GEShading_Type m_type; member in class:CXFA_GEShading
cxfa_graphics.h 62 int32_t m_type; member in class:FX_HatchStyle::CXFA_Graphics
  /external/deqp/modules/gles31/functional/
es31fSampleShadingTests.cpp 259 const TestType m_type; member in class:deqp::gles31::Functional::__anon18770::SampleShadingRenderingCase
264 , m_type (type)
423 if (m_type == TEST_DISCARD)
425 else if (m_type == TEST_COLOR)
es31fShaderTextureSizeTests.cpp 97 const TextureType m_type; member in class:deqp::gles31::Functional::__anon18806::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)
es31fInternalFormatQueryTests.cpp 58 const FormatType m_type; member in class:deqp::gles31::Functional::__anon18720::FormatSamplesCase
65 , m_type (type)
109 const glw::GLenum samplesEnum = (m_type == FORMAT_COLOR) ? (GL_MAX_COLOR_TEXTURE_SAMPLES) : (m_type == FORMAT_INT) ? (GL_MAX_INTEGER_SAMPLES) : (GL_MAX_DEPTH_TEXTURE_SAMPLES);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_destroy/
5-2.c 81 int m_type; /* Mutex type to use */ member in struct:_scenar
131 ret = pthread_mutexattr_settype(&ma[i], scenarii[i].m_type);
2-2.c 80 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/
egluConfigFilter.hpp 75 const Type m_type; member in class:eglu::CandidateConfig
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.hh 90 virtual glu::ContextType getType (void) const { return m_type; }
100 glu::ContextType m_type; member in class:tcu::ios::RawContext
  /external/deqp/framework/randomshaders/
rsgVariable.hpp 57 const VariableType& getType (void) const { return m_type; }
71 VariableType m_type; member in class:rsg::Variable
rsgShader.hpp 94 Type getType (void) const { return m_type; }
118 Type m_type; member in class:rsg::Shader
  /external/deqp/framework/platform/osx/
tcuOSXPlatform.cpp 75 glu::ContextType getType (void) const { return m_type; }
81 const glu::ContextType m_type; member in class:tcu::CGLRenderContext
111 : m_type (config.type)

Completed in 842 milliseconds

1 2 3 4 5 6