Home
last modified time | relevance | path

Searched defs:comps (Results 1 – 25 of 70) sorted by relevance

123

/external/deqp/modules/gles3/scripts/
Dgen-conversions.py55 def combineVec(comps): argument
65 def combineIVec(comps): argument
71 def combineUVec(comps): argument
74 def combineBVec(comps): argument
80 def combineMat(numCols, numRows, comps): argument
87 def combineMat2(comps): return combineMat(2, 2, comps) argument
88 def combineMat2x3(comps): return combineMat(2, 3, comps) argument
89 def combineMat2x4(comps): return combineMat(2, 4, comps) argument
90 def combineMat3x2(comps): return combineMat(3, 2, comps) argument
91 def combineMat3(comps): return combineMat(3, 3, comps) argument
[all …]
/external/deqp/modules/gles2/scripts/
Dgen-conversions.py55 def combineVec(comps): argument
65 def combineIVec(comps): argument
71 def combineBVec(comps): argument
77 def combineMat(numCols, numRows, comps): argument
84 def combineMat2(comps): return combineMat(2, 2, comps) argument
85 def combineMat3(comps): return combineMat(3, 3, comps) argument
86 def combineMat4(comps): return combineMat(4, 4, comps) argument
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
Dwebkit_finder.py65 def path_from_webkit_base(self, *comps):
68 def path_from_chromium_base(self, *comps):
108 def path_from_depot_tools_base(self, *comps):
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
Ddeps_updater.py157 def cd(self, *comps):
163 def remove(self, *comps):
169 def rmtree(self, *comps):
175 def path_from_webkit_base(self, *comps):
Dtest_converter.py85 def path_from_webkit_root(self, *comps):
/external/clang/test/CodeGen/
D2004-06-18-VariableLengthArrayOfStructures.c7 struct S comps[a]; in xxxx() local
/external/skia/src/animator/
DSkAnimateSet.cpp64 int comps = outType == SkType_String || outType == SkType_DynamicString ? 1 : in onEndElement() local
/external/chromium_org/third_party/skia/src/animator/
DSkAnimateSet.cpp64 int comps = outType == SkType_String || outType == SkType_DynamicString ? 1 : in onEndElement() local
/external/libvpx/libvpx/vp9/common/
Dvp9_entropymv.h95 nmv_component comps[2]; member
123 nmv_component_counts comps[2]; member
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
Dvp9_entropymv.h95 nmv_component comps[2]; member
123 nmv_component_counts comps[2]; member
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dtexcompress_etc_tmp.h146 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in etc1_unpack_rgba8888() local
Dglformats.c226 GLint comps = _mesa_components_in_format(format); in _mesa_bytes_per_pixel() local
Dformats.c1956 GLuint comps = 0; in check_format_to_type_and_comps() local
2062 GLenum *datatype, GLuint *comps) in _mesa_format_to_type_and_comps()
Deval.c555 GLuint comps; in _mesa_GetnMapdvARB() local
647 GLuint comps; in _mesa_GetnMapfvARB() local
741 GLuint comps; in _mesa_GetnMapivARB() local
Dtexcompress_rgtc.c63 GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps) in extractsrc_u()
77 GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps) in extractsrc_s()
/external/mesa3d/src/mesa/main/
Dtexcompress_etc_tmp.h146 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in etc1_unpack_rgba8888() local
Dglformats.c226 GLint comps = _mesa_components_in_format(format); in _mesa_bytes_per_pixel() local
Dformats.c1956 GLuint comps = 0; in check_format_to_type_and_comps() local
2062 GLenum *datatype, GLuint *comps) in _mesa_format_to_type_and_comps()
Deval.c555 GLuint comps; in _mesa_GetnMapdvARB() local
647 GLuint comps; in _mesa_GetnMapfvARB() local
741 GLuint comps; in _mesa_GetnMapivARB() local
Dtexcompress_rgtc.c63 GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps) in extractsrc_u()
77 GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps) in extractsrc_s()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_etc.c28 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in util_format_etc1_rgb8_unpack_rgba_float() local
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_format_etc.c28 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in util_format_etc1_rgb8_unpack_rgba_float() local
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
Dscm_mock.py76 def absolute_path(self, *comps):
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dpi.h101 opj_pi_comp_t *comps; member
/external/pdfium/core/src/fxge/dib/
Dfx_dib_convert.cpp609 int comps = (dst_format & 0xff) / 8; in _ConvertBuffer_1bppMask2Rgb() local
634 int comps = (dst_format & 0xff) / 8; in _ConvertBuffer_8bppMask2Rgb() local
652 int comps = (dst_format & 0xff) / 8; in _ConvertBuffer_1bppPlt2Rgb() local
699 int comps = (dst_format & 0xff) / 8; in _ConvertBuffer_8bppPlt2Rgb() local
786 int comps = pSrcBitmap->GetBPP() / 8; in _ConvertBuffer_Rgb2Rgb32() local

123