/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/ |
D | CommandAllocatorTests.cpp | 219 int numCommands = 0; in TEST() local 228 numCommands ++; in TEST() 230 ASSERT_EQ(numCommands, kCommandCount); in TEST() 251 int numCommands = 0; in TEST() local 258 numCommands ++; in TEST() 260 ASSERT_EQ(numCommands, kCommandCount); in TEST()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | PathGL.cpp | 18 angle::Result PathGL::setCommands(GLsizei numCommands, in setCommands() argument 24 mFunctions->pathCommandsNV(mPathID, numCommands, commands, numCoords, coordType, coords); in setCommands()
|
D | PathGL.h | 26 angle::Result setCommands(GLsizei numCommands,
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
D | CommandAllocatorTests.cpp | 220 int numCommands = 0; in TEST() local 229 numCommands++; in TEST() 231 ASSERT_EQ(numCommands, kCommandCount); in TEST() 252 int numCommands = 0; in TEST() local 259 numCommands++; in TEST() 261 ASSERT_EQ(numCommands, kCommandCount); in TEST()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Path.cpp | 34 angle::Result Path::setCommands(GLsizei numCommands, in setCommands() argument 40 ANGLE_TRY(mPath->setCommands(numCommands, commands, numCoords, coordType, coords)); in setCommands()
|
D | Path.h | 32 angle::Result setCommands(GLsizei numCommands,
|
D | validationES2.cpp | 3697 GLsizei numCommands, in ValidatePathCommandsCHROMIUM() argument 3714 if (numCommands < 0) in ValidatePathCommandsCHROMIUM() 3719 else if (numCommands > 0) in ValidatePathCommandsCHROMIUM() 3770 angle::CheckedNumeric<std::uint32_t> checkedSize(numCommands); in ValidatePathCommandsCHROMIUM() 3783 for (GLsizei i = 0; i < numCommands; ++i) in ValidatePathCommandsCHROMIUM()
|
D | capture_gles_ext_params.cpp | 1859 GLsizei numCommands, in CapturePathCommandsCHROMIUM_commands() argument 1872 GLsizei numCommands, in CapturePathCommandsCHROMIUM_coords() argument
|
D | Context_gles_ext_autogen.h | 229 void pathCommands(GLuint path, GLsizei numCommands, const GLubyte *commands, \
|
D | capture_gles_ext_autogen.h | 806 GLsizei numCommands, 3020 GLsizei numCommands, 3029 GLsizei numCommands,
|
/third_party/skia/tools/debugger/ |
D | DebugLayerManager.cpp | 55 int numCommands = debugCanvas->getSize(); in storeSkPicture() local 61 numCommands-1, // command in storeSkPicture()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | PathNULL.cpp | 20 angle::Result PathNULL::setCommands(GLsizei numCommands, in setCommands() argument
|
D | PathNULL.h | 24 angle::Result setCommands(GLsizei numCommands,
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | PathImpl.h | 25 virtual angle::Result setCommands(GLsizei numCommands,
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsInteractionTestUtil.cpp | 254 void computeRandomRenderCommands (de::Random& rnd, glu::ApiType apiType, int numCommands, int targe… in computeRandomRenderCommands() argument 258 dst.resize(numCommands); in computeRandomRenderCommands()
|
D | glsInteractionTestUtil.hpp | 123 void computeRandomRenderCommands (de::Random& rnd, glu::ApiType apiType, int numCommands, int tar…
|
/third_party/flutter/skia/third_party/externals/angle2/include/GLES2/ |
D | gl2ext_angle.h | 121 GLsizei numCommands, 222 GLsizei numCommands,
|
D | gl2ext.h | 3083 typedef void (GL_APIENTRYP PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyt… 3085 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte … 3160 GL_APICALL void GL_APIENTRY glPathCommandsNV (GLuint path, GLsizei numCommands, const GLubyte *comm… 3162 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte …
|
/third_party/flutter/skia/include/gpu/gl/ |
D | GrGLFunctions.h | 198 using GrGLPathCommandsFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint path, GrGLsizei numCommands, const…
|
/third_party/skia/third_party/externals/swiftshader/include/GLES2/ |
D | gl2ext.h | 3083 typedef void (GL_APIENTRYP PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyt… 3085 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte … 3160 GL_APICALL void GL_APIENTRY glPathCommandsNV (GLuint path, GLsizei numCommands, const GLubyte *comm… 3162 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte …
|
/third_party/mesa3d/include/GLES2/ |
D | gl2ext.h | 3249 typedef void (GL_APIENTRYP PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyt… 3251 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte … 3326 GL_APICALL void GL_APIENTRY glPathCommandsNV (GLuint path, GLsizei numCommands, const GLubyte *comm… 3328 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte …
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/ |
D | gl2ext.h | 3083 typedef void (GL_APIENTRYP PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyt… 3085 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte … 3160 GL_APICALL void GL_APIENTRY glPathCommandsNV (GLuint path, GLsizei numCommands, const GLubyte *comm… 3162 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte …
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | capture_gles_ext_params.cpp | 2060 GLsizei numCommands, in CapturePathCommandsCHROMIUM_commands() argument 2073 GLsizei numCommands, in CapturePathCommandsCHROMIUM_coords() argument
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_path_rendering.txt | 449 sizei numCommands, const ubyte *commands, 458 sizei numCommands, const ubyte *commands, 2190 sizei numCommands, const ubyte *commands, 2194 specifies a new path object named /path/ where /numCommands/ 2203 The /numCommands/ elements of the /commands/ array must be tokens 2209 command. If any of these /numCommands/ command values are not 2215 specified by /numCommands/ and /commands/ (so /numCoords/ provides a 2217 The error INVALID_VALUE is generated if either /numCommands/ or 3315 sizei numCommands, const ubyte *commands, 3325 /commandsToDelete/, /numCommands/, or /numCoords/ is negative. [all …]
|
/third_party/openGLES/extensions/NV/ |
D | NV_path_rendering.txt | 449 sizei numCommands, const ubyte *commands, 458 sizei numCommands, const ubyte *commands, 2190 sizei numCommands, const ubyte *commands, 2194 specifies a new path object named /path/ where /numCommands/ 2203 The /numCommands/ elements of the /commands/ array must be tokens 2209 command. If any of these /numCommands/ command values are not 2215 specified by /numCommands/ and /commands/ (so /numCoords/ provides a 2217 The error INVALID_VALUE is generated if either /numCommands/ or 3315 sizei numCommands, const ubyte *commands, 3325 /commandsToDelete/, /numCommands/, or /numCoords/ is negative. [all …]
|