Home
last modified time | relevance | path

Searched refs:dstName (Results 1 – 25 of 108) sorted by relevance

12345

/third_party/mesa3d/src/mesa/main/
Dcopyimage.c582 GLuint dstName, GLenum dstTarget, GLint dstLevel, in _mesa_CopyImageSubData_no_error() argument
594 prepare_target(ctx, dstName, dstTarget, dstLevel, dstZ, &dstTexImage, in _mesa_CopyImageSubData_no_error()
605 GLuint dstName, GLenum dstTarget, GLint dstLevel, in _mesa_CopyImageSubData() argument
625 dstName, _mesa_enum_to_string(dstTarget), dstLevel, in _mesa_CopyImageSubData()
641 if (!prepare_target_err(ctx, dstName, dstTarget, dstLevel, dstZ, srcDepth, in _mesa_CopyImageSubData()
741 GLuint dstName, GLenum dstTarget, GLint dstLevel, in _mesa_CopyImageSubDataNV_no_error() argument
753 prepare_target(ctx, dstName, dstTarget, dstLevel, dstZ, &dstTexImage, in _mesa_CopyImageSubDataNV_no_error()
764 GLuint dstName, GLenum dstTarget, GLint dstLevel, in _mesa_CopyImageSubDataNV() argument
783 dstName, _mesa_enum_to_string(dstTarget), dstLevel, in _mesa_CopyImageSubDataNV()
799 if (!prepare_target_err(ctx, dstName, dstTarget, dstLevel, dstZ, srcDepth, in _mesa_CopyImageSubDataNV()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DVTimeZone.java1259 String dstName = null; in writeZone() local
1315 && name.equals(dstName) in writeZone()
1329 writeZonePropsByTime(w, true, dstName, dstFromOffset, dstToOffset, in writeZone()
1332 writeZonePropsByDOW(w, true, dstName, dstFromOffset, dstToOffset, in writeZone()
1339 dstName = name; in writeZone()
1413 writeZonePropsByTime(w, true, dstName, dstFromOffset, dstToOffset, in writeZone()
1416 writeZonePropsByDOW(w, true, dstName, dstFromOffset, dstToOffset, in writeZone()
1426 writeZonePropsByDOW(w, true, dstName, dstFromOffset, dstToOffset, in writeZone()
1430 writeZonePropsByDOW(w, true, dstName, dstFromOffset, dstToOffset, in writeZone()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DVTimeZone.java1230 String dstName = null; in writeZone() local
1286 && name.equals(dstName) in writeZone()
1300 writeZonePropsByTime(w, true, dstName, dstFromOffset, dstToOffset, in writeZone()
1303 writeZonePropsByDOW(w, true, dstName, dstFromOffset, dstToOffset, in writeZone()
1310 dstName = name; in writeZone()
1384 writeZonePropsByTime(w, true, dstName, dstFromOffset, dstToOffset, in writeZone()
1387 writeZonePropsByDOW(w, true, dstName, dstFromOffset, dstToOffset, in writeZone()
1397 writeZonePropsByDOW(w, true, dstName, dstFromOffset, dstToOffset, in writeZone()
1401 writeZonePropsByDOW(w, true, dstName, dstFromOffset, dstToOffset, in writeZone()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_copy_image.txt60 uint dstName, enum dstTarget, int dstLevel,
78 uint dstName, enum dstTarget, int dstLevel,
87 Similarly the destination object is identified by <dstName> and
145 HGLRC hDstRC, uint dstName, enum dstTarget, int dstLevel,
178 GLXContext dstCtx, uint dstName, enum dstTarget, int dstLevel,
/third_party/openGLES/extensions/NV/
DNV_copy_image.txt60 uint dstName, enum dstTarget, int dstLevel,
78 uint dstName, enum dstTarget, int dstLevel,
87 Similarly the destination object is identified by <dstName> and
145 HGLRC hDstRC, uint dstName, enum dstTarget, int dstLevel,
178 GLXContext dstCtx, uint dstName, enum dstTarget, int dstLevel,
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl_4_3_autogen.h19 GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, \
DvalidationGL43_autogen.h41 GLuint dstName,
DvalidationGL43.cpp43 GLuint dstName, in ValidateCopyImageSubData() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationES32.cpp144 GLuint dstName, in ValidateCopyImageSubData() argument
161 srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, in ValidateCopyImageSubData()
DContext_gles_3_2_autogen.h22 GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, \
/third_party/skia/third_party/externals/icu/source/i18n/
Dvtzone.cpp1966 UnicodeString dstName; in writeZone() local
2027 && name.compare(dstName) == 0 in writeZone()
2041 … writeZonePropsByTime(w, TRUE, dstName, dstFromOffset, dstToOffset, dstStartTime, in writeZone()
2044 writeZonePropsByDOW(w, TRUE, dstName, dstFromOffset, dstToOffset, in writeZone()
2054 dstName = name; in writeZone()
2143 writeZonePropsByTime(w, TRUE, dstName, dstFromOffset, dstToOffset, dstStartTime, in writeZone()
2146 writeZonePropsByDOW(w, TRUE, dstName, dstFromOffset, dstToOffset, in writeZone()
2159 writeZonePropsByDOW(w, TRUE, dstName, dstFromOffset, dstToOffset, in writeZone()
2163 writeZonePropsByDOW(w, TRUE, dstName, dstFromOffset, dstToOffset, in writeZone()
Dolsontz.cpp715 UnicodeString dstName = tzid + UNICODE_STRING_SIMPLE("(DST)"); in initTransitionRules() local
722 initialRule = new InitialTimeZoneRule((dst == 0 ? stdName : dstName), raw, dst); in initTransitionRules()
784 … historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName), in initTransitionRules()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dvtzone.cpp1903 UnicodeString dstName; in writeZone() local
1964 && name.compare(dstName) == 0 in writeZone()
1978 … writeZonePropsByTime(w, TRUE, dstName, dstFromOffset, dstToOffset, dstStartTime, in writeZone()
1981 writeZonePropsByDOW(w, TRUE, dstName, dstFromOffset, dstToOffset, in writeZone()
1991 dstName = name; in writeZone()
2080 writeZonePropsByTime(w, TRUE, dstName, dstFromOffset, dstToOffset, dstStartTime, in writeZone()
2083 writeZonePropsByDOW(w, TRUE, dstName, dstFromOffset, dstToOffset, in writeZone()
2096 writeZonePropsByDOW(w, TRUE, dstName, dstFromOffset, dstToOffset, in writeZone()
2100 writeZonePropsByDOW(w, TRUE, dstName, dstFromOffset, dstToOffset, in writeZone()
/third_party/node/deps/icu-small/source/i18n/
Dvtzone.cpp1949 UnicodeString dstName; in writeZone() local
2010 && name.compare(dstName) == 0 in writeZone()
2024 … writeZonePropsByTime(w, TRUE, dstName, dstFromOffset, dstToOffset, dstStartTime, in writeZone()
2027 writeZonePropsByDOW(w, TRUE, dstName, dstFromOffset, dstToOffset, in writeZone()
2037 dstName = name; in writeZone()
2126 writeZonePropsByTime(w, TRUE, dstName, dstFromOffset, dstToOffset, dstStartTime, in writeZone()
2129 writeZonePropsByDOW(w, TRUE, dstName, dstFromOffset, dstToOffset, in writeZone()
2142 writeZonePropsByDOW(w, TRUE, dstName, dstFromOffset, dstToOffset, in writeZone()
2146 writeZonePropsByDOW(w, TRUE, dstName, dstFromOffset, dstToOffset, in writeZone()
/third_party/icu/icu4c/source/i18n/
Dvtzone.cpp1966 UnicodeString dstName; in writeZone() local
2027 && name.compare(dstName) == 0 in writeZone()
2041 … writeZonePropsByTime(w, TRUE, dstName, dstFromOffset, dstToOffset, dstStartTime, in writeZone()
2044 writeZonePropsByDOW(w, TRUE, dstName, dstFromOffset, dstToOffset, in writeZone()
2054 dstName = name; in writeZone()
2143 writeZonePropsByTime(w, TRUE, dstName, dstFromOffset, dstToOffset, dstStartTime, in writeZone()
2146 writeZonePropsByDOW(w, TRUE, dstName, dstFromOffset, dstToOffset, in writeZone()
2159 writeZonePropsByDOW(w, TRUE, dstName, dstFromOffset, dstToOffset, in writeZone()
2163 writeZonePropsByDOW(w, TRUE, dstName, dstFromOffset, dstToOffset, in writeZone()
Dolsontz.cpp715 UnicodeString dstName = tzid + UNICODE_STRING_SIMPLE("(DST)"); in initTransitionRules() local
722 initialRule = new InitialTimeZoneRule((dst == 0 ? stdName : dstName), raw, dst); in initTransitionRules()
784 … historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName), in initTransitionRules()
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_3_autogen.cpp122 GLuint dstName, in CopyImageSubData() argument
138 srcY, srcZ, dstName, GLenumToString(GLenumGroup::CopyBufferSubDataTarget, dstTarget), in CopyImageSubData()
147 srcY, srcZ, dstName, dstTarget, dstLevel, dstX, in CopyImageSubData()
151 context->copyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, in CopyImageSubData()
156 srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, in CopyImageSubData()
/third_party/openGLES/extensions/ARB/
DARB_copy_image.txt98 uint dstName, enum dstTarget, int dstLevel,
116 uint dstName, enum dstTarget, int dstLevel,
149 Similarly the destination object is identified by <dstName> and
294 * if either <srcName> or <dstName> does not correspond to a valid
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_copy_image.txt88 uint dstName, enum dstTarget, int dstLevel,
106 uint dstName, enum dstTarget, int dstLevel,
139 Similarly the destination object is identified by <dstName> and
284 * if either <srcName> or <dstName> does not correspond to a valid
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_copy_image.txt90 uint dstName, enum dstTarget, int dstLevel,
108 uint dstName, enum dstTarget, int dstLevel,
141 Similarly the destination object is identified by <dstName> and
509 * if either <srcName> or <dstName> does not correspond to a valid
/third_party/openGLES/extensions/EXT/
DEXT_copy_image.txt90 uint dstName, enum dstTarget, int dstLevel,
108 uint dstName, enum dstTarget, int dstLevel,
141 Similarly the destination object is identified by <dstName> and
509 * if either <srcName> or <dstName> does not correspond to a valid
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_3_2_autogen.cpp184 GLuint dstName, in GL_CopyImageSubData() argument
200 srcLevel, srcX, srcY, srcZ, dstName, in GL_CopyImageSubData()
210 srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, in GL_CopyImageSubData()
214 context->copyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, in GL_CopyImageSubData()
219 srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, in GL_CopyImageSubData()
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_copy_image.txt92 uint dstName, enum dstTarget, int dstLevel,
110 uint dstName, enum dstTarget, int dstLevel,
143 Similarly the destination object is identified by <dstName> and
520 * if either <srcName> or <dstName> does not correspond to a valid
/third_party/openGLES/extensions/OES/
DOES_copy_image.txt102 uint dstName, enum dstTarget, int dstLevel,
120 uint dstName, enum dstTarget, int dstLevel,
153 Similarly the destination object is identified by <dstName> and
530 * if either <srcName> or <dstName> does not correspond to a valid
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DOlsonTimeZone.java1121 String dstName = getID() + "(DST)"; in initTransitionRules() local
1128 initialRule = new InitialTimeZoneRule((dst == 0 ? stdName : dstName), raw, dst); in initTransitionRules()
1168 … historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName), in initTransitionRules()

12345