/external/deqp/modules/gles3/scripts/ |
D | gen-conversions.py | 55 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/ |
D | gen-conversions.py | 55 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/ |
D | webkit_finder.py | 65 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/ |
D | deps_updater.py | 157 def cd(self, *comps): 163 def remove(self, *comps): 169 def rmtree(self, *comps): 175 def path_from_webkit_base(self, *comps):
|
D | test_converter.py | 85 def path_from_webkit_root(self, *comps):
|
/external/clang/test/CodeGen/ |
D | 2004-06-18-VariableLengthArrayOfStructures.c | 7 struct S comps[a]; in xxxx() local
|
/external/skia/src/animator/ |
D | SkAnimateSet.cpp | 64 int comps = outType == SkType_String || outType == SkType_DynamicString ? 1 : in onEndElement() local
|
/external/chromium_org/third_party/skia/src/animator/ |
D | SkAnimateSet.cpp | 64 int comps = outType == SkType_String || outType == SkType_DynamicString ? 1 : in onEndElement() local
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_entropymv.h | 95 nmv_component comps[2]; member 123 nmv_component_counts comps[2]; member
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ |
D | vp9_entropymv.h | 95 nmv_component comps[2]; member 123 nmv_component_counts comps[2]; member
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | texcompress_etc_tmp.h | 146 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in etc1_unpack_rgba8888() local
|
D | glformats.c | 226 GLint comps = _mesa_components_in_format(format); in _mesa_bytes_per_pixel() local
|
D | formats.c | 1956 GLuint comps = 0; in check_format_to_type_and_comps() local 2062 GLenum *datatype, GLuint *comps) in _mesa_format_to_type_and_comps()
|
D | eval.c | 555 GLuint comps; in _mesa_GetnMapdvARB() local 647 GLuint comps; in _mesa_GetnMapfvARB() local 741 GLuint comps; in _mesa_GetnMapivARB() local
|
D | texcompress_rgtc.c | 63 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/ |
D | texcompress_etc_tmp.h | 146 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in etc1_unpack_rgba8888() local
|
D | glformats.c | 226 GLint comps = _mesa_components_in_format(format); in _mesa_bytes_per_pixel() local
|
D | formats.c | 1956 GLuint comps = 0; in check_format_to_type_and_comps() local 2062 GLenum *datatype, GLuint *comps) in _mesa_format_to_type_and_comps()
|
D | eval.c | 555 GLuint comps; in _mesa_GetnMapdvARB() local 647 GLuint comps; in _mesa_GetnMapfvARB() local 741 GLuint comps; in _mesa_GetnMapivARB() local
|
D | texcompress_rgtc.c | 63 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/ |
D | u_format_etc.c | 28 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/ |
D | u_format_etc.c | 28 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/ |
D | scm_mock.py | 76 def absolute_path(self, *comps):
|
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | pi.h | 101 opj_pi_comp_t *comps; member
|
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_convert.cpp | 609 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
|