HomeSort by relevance Sort by last modified time
    Searched defs:componentSize (Results 1 - 11 of 11) sorted by null

  /external/clang/lib/CodeGen/
SwiftCallingConv.cpp 209 auto componentSize = getTypeStoreSize(CGM, componentTy);
210 assert(componentSize < end - begin);
211 addLegalTypedData(componentTy, begin, begin + componentSize);
212 begin += componentSize;
  /external/skia/tools/gpu/gl/debug/
DebugGLTestContext.cpp 176 GrGLint componentSize = 0; // size (in bytes) of a single component
180 componentSize = 1;
188 if (componentSize >= alignment) {
192 sk_float_ceil(componentSize * componentsPerPixel * pixelsInRow /
194 rowStride = static_cast<GrGLint>(alignment * fTemp / componentSize);
199 memset(scanline, 0, componentsPerPixel * componentSize * width);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineVertexInputTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsLongStressCase.cpp     [all...]
glsDrawTest.cpp     [all...]
  /external/pdfium/xfa/fxfa/parser/
xfa_layout_itemlayout.cpp 121 CFX_SizeF componentSize = currentContainerSize;
125 componentSize.width = fContentCalculatedWidth;
128 componentSize.width += mTmpValue.ToUnit(XFA_UNIT_Pt);
130 componentSize.width += mTmpValue.ToUnit(XFA_UNIT_Pt);
135 componentSize.height = fContentCalculatedHeight;
138 componentSize.height += mTmpValue.ToUnit(XFA_UNIT_Pt);
141 componentSize.height += mTmpValue.ToUnit(XFA_UNIT_Pt);
145 return componentSize;
    [all...]
  /prebuilts/tools/common/bazel/formc-deps/
jgoodies-forms.jar 
jps-builders.jar 
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 

Completed in 722 milliseconds