Home
last modified time | relevance | path

Searched refs:token_position (Results 1 – 13 of 13) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cCullDistanceTests.cpp824 std::size_t token_position = std::string::npos; in iterate() local
906 while ((token_position = current_body.body_ptr->find(current_pair.token)) != std::string::npos) in iterate()
908 … current_body.body_ptr->replace(token_position, strlen(current_pair.token), current_pair.value); in iterate()
3145 std::size_t token_position = std::string::npos; in iterate() local
3166 …while ((token_position = vs_body_string.find(token_n_gl_clipdistance_entries)) != std::string::npo… in iterate()
3168 vs_body_string = vs_body_string.replace(token_position, strlen(token_n_gl_clipdistance_entries), in iterate()
3172 …while ((token_position = vs_body_string.find(token_n_gl_culldistance_entries)) != std::string::npo… in iterate()
3174 vs_body_string = vs_body_string.replace(token_position, strlen(token_n_gl_clipdistance_entries), in iterate()
3178 while ((token_position = vs_body_string.find(token_insert_static_writes)) != std::string::npos) in iterate()
3180 vs_body_string = vs_body_string.replace(token_position, strlen(token_insert_static_writes), in iterate()
Dgl4cStencilTexturingTests.cpp380 const size_t token_position = string.find(token, search_position); in replaceToken() local
383 if (std::string::npos == token_position) in replaceToken()
392 string.replace(token_position, token_length, text, text_length); in replaceToken()
394 search_position = token_position + text_length; in replaceToken()
Dgl3cGPUShader5Tests.cpp316 const size_t token_position = string.find(token, search_position); in replaceToken() local
318 string.replace(token_position, token_length, text, text_length); in replaceToken()
320 search_position = token_position + text_length; in replaceToken()
Dgl4cTextureViewTests.cpp6822 std::size_t token_position = std::string::npos; in initProgramObject() local
6825 while ((token_position = vs_body.find(token_texture_data_type)) != std::string::npos) in initProgramObject()
6827 vs_body.replace(token_position, strlen(token_texture_data_type), texture_sampler_data_type_glsl); in initProgramObject()
6830 while ((token_position = vs_body.find(token_texture_sampler)) != std::string::npos) in initProgramObject()
6832 vs_body.replace(token_position, strlen(token_texture_sampler), texture_sampler_glsl); in initProgramObject()
6835 while ((token_position = vs_body.find(token_texture_swizzle)) != std::string::npos) in initProgramObject()
6837 vs_body.replace(token_position, strlen(token_texture_swizzle), texture_swizzle_glsl); in initProgramObject()
6840 while ((token_position = vs_body.find(token_view_data_type)) != std::string::npos) in initProgramObject()
6842 vs_body.replace(token_position, strlen(token_view_data_type), view_sampler_data_type_glsl); in initProgramObject()
6845 while ((token_position = vs_body.find(token_view_sampler)) != std::string::npos) in initProgramObject()
[all …]
Dgl4cGlSpirvTests.cpp123 size_t token_position; in replaceToken() local
124 while ((token_position = string.find(token, 0)) != std::string::npos) in replaceToken()
126 string.replace(token_position, token_length, text, text_length); in replaceToken()
Dgl4cSparseTexture2Tests.cpp272 size_t token_position; in replaceToken() local
273 while ((token_position = string.find(token, 0)) != std::string::npos) in replaceToken()
275 string.replace(token_position, token_length, text, text_length); in replaceToken()
Dgl3cTextureSwizzleTests.cpp2154 const size_t token_position = string.find(token, search_position); in replaceToken() local
2156 string.replace(token_position, token_length, text, text_length); in replaceToken()
2158 search_position = token_position + text_length; in replaceToken()
Dgl4cShadingLanguage420PackTests.cpp1412 const size_t token_position = string.find(token, search_position); in replaceToken() local
1414 string.replace(token_position, token_length, text, text_length); in replaceToken()
1416 search_position = token_position + text_length; in replaceToken()
1434 const size_t token_position = string.find(token, search_position); in replaceAllTokens() local
1436 if (std::string::npos == token_position) in replaceAllTokens()
1441 search_position = token_position + text_length; in replaceAllTokens()
1443 string.replace(token_position, token_length, text, text_length); in replaceAllTokens()
Dgl4cMultiBindTests.cpp1597 const size_t token_position = string.find(token, search_position); in replaceToken() local
1599 string.replace(token_position, token_length, text, text_length); in replaceToken()
1601 search_position = token_position + text_length; in replaceToken()
Dgl4cEnhancedLayoutsTests.cpp1585 const size_t token_position = string.find(token, search_position); in replaceToken() local
1588 if (std::string::npos == token_position) in replaceToken()
1597 string.replace(token_position, token_length, text, text_length); in replaceToken()
1599 search_position = token_position + text_length; in replaceToken()
1617 const size_t token_position = string.find(token, search_position); in replaceAllTokens() local
1619 if (std::string::npos == token_position) in replaceAllTokens()
1624 search_position = token_position + text_length; in replaceAllTokens()
1626 string.replace(token_position, token_length, text, text_length); in replaceAllTokens()
Dgl4cGPUShaderFP64Tests.cpp1571 const size_t token_position = string.find(token, search_position); in replaceToken() local
1573 string.replace(token_position, token_length, text, text_length); in replaceToken()
1575 search_position = token_position + text_length; in replaceToken()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcTextureFilterAnisotropicTests.cpp65 size_t token_position; in replaceToken() local
66 while ((token_position = str.find(token, 0)) != std::string::npos) in replaceToken()
68 str.replace(token_position, token_length, text, text_length); in replaceToken()
/third_party/flutter/engine/flutter/ci/licenses_golden/
Dlicenses_third_party9455 FILE: ../../../third_party/dart/runtime/vm/token_position.cc
9456 FILE: ../../../third_party/dart/runtime/vm/token_position.h