HomeSort by relevance Sort by last modified time
    Searched refs:m_type (Results 176 - 200 of 223) sorted by null

1 2 3 4 5 6 78 9

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
2-1.c 123 int m_type; /* Mutex type to use */ member in struct:_scenar
462 ret = pthread_mutexattr_settype(&ma, scenarii[scenar].m_type);
  /external/deqp/external/openglcts/modules/common/
glcUniformBlockCase.cpp 109 VarType::VarType(void) : m_type(TYPE_LAST), m_flags(0)
113 VarType::VarType(const VarType& other) : m_type(TYPE_LAST), m_flags(0)
118 VarType::VarType(glu::DataType basicType, deUint32 flags) : m_type(TYPE_BASIC), m_flags(flags)
123 VarType::VarType(const VarType& elementType, int arraySize) : m_type(TYPE_ARRAY), m_flags(0)
129 VarType::VarType(const StructType* structPtr) : m_type(TYPE_STRUCT), m_flags(0)
136 if (m_type == TYPE_ARRAY)
145 if (m_type == TYPE_ARRAY)
148 m_type = other.m_type;
152 if (m_type == TYPE_ARRAY
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp 59 : m_type (TYPE_LAST)
65 : m_type (TYPE_LAST)
72 : m_type (TYPE_BASIC)
79 : m_type (TYPE_ARRAY)
87 : m_type (TYPE_STRUCT)
95 if (m_type == TYPE_ARRAY)
104 if (m_type == TYPE_ARRAY)
107 m_type = other.m_type;
111 if (m_type == TYPE_ARRAY
    [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp     [all...]
es2pShaderCompilationCases.cpp 550 LoopType m_type;
708 LoopType m_type;
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp     [all...]
es3pShaderCompilationCases.cpp 550 LoopType m_type;
708 LoopType m_type;
    [all...]
  /external/deqp/modules/glshared/
glsUniformBlockCase.cpp 116 : m_type (TYPE_LAST)
122 : m_type (TYPE_LAST)
129 : m_type (TYPE_BASIC)
136 : m_type (TYPE_ARRAY)
144 : m_type (TYPE_STRUCT)
152 if (m_type == TYPE_ARRAY)
161 if (m_type == TYPE_ARRAY)
164 m_type = other.m_type;
168 if (m_type == TYPE_ARRAY
    [all...]
  /system/media/camera/tests/
camera_metadata_tests.cpp     [all...]
  /external/deqp/framework/common/
tcuThreadUtil.cpp 79 : m_type (type)
  /external/deqp/framework/randomshaders/
rsgExpression.hpp 276 Type m_type; member in class:rsg::TexLookup
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 289 FXPT_TYPE point_type = pPoints[i].m_Type;
691 m_type(Accumulator::kNone),
714 if (Accumulator::kText == m_type || drawIndex != m_commandIndex ||
715 (Accumulator::kPath == m_type &&
720 if (Accumulator::kPath != m_type) {
736 m_type = Accumulator::kPath;
790 m_type = Accumulator::kNone;
842 if (Accumulator::kPath == m_type || drawIndex != m_commandIndex ||
843 (Accumulator::kText == m_type &&
848 if (Accumulator::kText != m_type) {
1413 Accumulator m_type; \/\/ type of pending draw member in class:SkiaState
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 958 GLenum m_type; member in class:deqp::egl::GLES2ThreadTest::TexImage2D
969 , m_type (type)
987 thread.newMessage() << "Begin -- glTexImage2D(GL_TEXTURE_2D, " << m_level << ", " << m_internalFormat << ", " << m_width << ", " << m_height << ", 0, " << m_format << ", " << m_type << ", data)" << tcu::ThreadUtil::Message::End;
988 GLU_CHECK_GLW_CALL(thread.gl, texImage2D(GL_TEXTURE_2D, m_level, m_internalFormat, m_width, m_height, 0, m_format, m_type, dummyData));
1010 GLenum m_type; member in class:deqp::egl::GLES2ThreadTest::TexSubImage2D
1022 , m_type (type)
1039 thread.newMessage() << "Begin -- glTexSubImage2D(GL_TEXTURE_2D, " << m_level << ", " << m_xoffset << ", " << m_yoffset << ", " << m_width << ", " << m_height << ", 0, " << m_format << ", " << m_type << ", <data>)" << tcu::ThreadUtil::Message::End;
1040 GLU_CHECK_GLW_CALL(thread.gl, texSubImage2D(GL_TEXTURE_2D, m_level, m_xoffset, m_yoffset, m_width, m_height, m_format, m_type, dummyData));
1342 GLenum m_type; member in class:deqp::egl::GLES2ThreadTest::CreateShader
1589 GLenum m_type; member in class:deqp::egl::GLES2ThreadTest::DetachShader
1844 GLenum m_type; member in class:deqp::egl::GLES2ThreadTest::ReadPixels
    [all...]
teglImageFormatTests.cpp 216 ModifyTexSubImage (GLenum format, GLenum type) : m_format(format), m_type(type) {}
219 GLenum getType (void) const { return m_type; }
223 GLenum m_type; member in class:deqp::egl::Image::GLES2ImageApi::ModifyTexSubImage
777 tcu::Texture2D src (glu::mapGLTransferFormat(m_format, m_type), xSize, ySize);
786 GLU_CHECK_GLW_CALL(gl, texSubImage2D(GL_TEXTURE_2D, 0, xOffset, yOffset, src.getWidth(), src.getHeight(), m_format, m_type, src.getLevel(0).getDataPtr()));
    [all...]
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArraySampling.hpp 247 glw::GLenum m_type; member in struct:glcts::TextureCubeMapArraySamplingTest::formatInfo
299 shaderType m_type; member in struct:glcts::TextureCubeMapArraySamplingTest::shaderConfiguration
esextcTextureCubeMapArraySampling.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.hpp 127 Type getType (void) const { return m_type; }
147 Type m_type; member in class:vkt::sr::TextureBinding
vktShaderRender.cpp 284 : m_type (type)
287 switch(m_type)
296 : m_type (TYPE_1D)
303 : m_type (TYPE_2D)
310 : m_type (TYPE_3D)
317 : m_type (TYPE_CUBE_MAP)
324 : m_type (TYPE_1D_ARRAY)
331 : m_type (TYPE_2D_ARRAY)
338 : m_type (TYPE_CUBE_ARRAY)
346 switch(m_type)
    [all...]
  /external/ltp/testcases/kernel/fs/ftest/
ftest04.c 201 enum m_type { m_fsync, m_sync }; enum
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperation.cpp 930 : m_type (type)
936 m_requiredQueueFlags = (isDepthStencil || m_type == TYPE_BLIT ? VK_QUEUE_GRAPHICS_BIT : VK_QUEUE_TRANSFER_BIT);
939 DE_ASSERT(m_type != TYPE_BLIT || !isDepthStencil);
955 if (m_type == TYPE_COPY)
962 const Type m_type; member in class:vkt::synchronization::__anon17958::CopyBlitImage::Support
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTestUtil.cpp 294 , m_type (type)
297 updateTextureData(m_textureData, m_type);
308 m_type = textureType;
311 const bool isCube = m_type == TYPE_CUBE_MAP;
381 const vk::VkImageViewType imageViewType = textureTypeToImageViewType(m_type);
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cCopyImageTests.cpp     [all...]
gl3cGPUShader5Tests.cpp     [all...]
  /prebuilts/tools/common/m2/repository/logkit/logkit/1.0.1/
logkit-1.0.1.jar 
  /external/pdfium/xfa/fxfa/fm2js/
cxfa_fmexpression.cpp 29 : m_type(XFA_FM_EXPTYPE_UNKNOWN), m_line(line) {}
32 : m_type(type), m_line(line) {}

Completed in 393 milliseconds

1 2 3 4 5 6 78 9