HomeSort by relevance Sort by last modified time
    Searched refs:search_position (Results 1 - 17 of 17) sorted by null

  /external/deqp/external/openglcts/modules/gl/
gl3cGPUShader5Tests.cpp 308 * @param search_position Position at which find will start, it is updated to position at which replaced text ends
312 void Utils::replaceToken(const glw::GLchar* token, size_t& search_position, const glw::GLchar* text,
317 const size_t token_position = string.find(token, search_position);
321 search_position = token_position + text_length;
617 size_t search_position = 0; local
619 Utils::replaceToken("SOURCE_TYPE", search_position, source_type, vs_body);
620 Utils::replaceToken("SOURCE_TYPE", search_position, source_type, vs_body);
622 search_position = 0;
623 Utils::replaceToken("DESTINATION_TYPE", search_position, destination_type, vs_body);
624 Utils::replaceToken("DESTINATION_TYPE", search_position, destination_type, vs_body)
1134 size_t search_position = 0; local
    [all...]
gl3cGPUShader5Tests.hpp 86 static void replaceToken(const glw::GLchar* token, size_t& search_position, const glw::GLchar* text,
gl3cTextureSwizzleTests.hpp 65 static void replaceToken(const glw::GLchar* token, size_t& search_position, const glw::GLchar* text,
gl4cStencilTexturingTests.cpp 62 static void replaceToken(const GLchar* token, size_t& search_position, const GLchar* text, std::string& string);
372 * @param search_position Position at which find will start, it is updated to position at which replaced text ends
376 void Utils::replaceToken(const GLchar* token, size_t& search_position, const GLchar* text, std::string& string)
380 const size_t token_position = string.find(token, search_position);
394 search_position = token_position + text_length;
    [all...]
gl4cGPUShaderFP64Tests.cpp 3717 size_t search_position = 0; local
4039 size_t search_position = 0; local
4090 size_t search_position = 0; local
15208 size_t search_position = 0; local
    [all...]
gl4cEnhancedLayoutsTests.cpp 1554 size_t search_position = 0; local
    [all...]
gl4cGPUShaderFP64Tests.hpp 155 static void replaceToken(const glw::GLchar* token, size_t& search_position, const glw::GLchar* text,
    [all...]
gl4cMultiBindTests.cpp     [all...]
gl3cTextureSwizzleTests.cpp     [all...]
gl4cEnhancedLayoutsTests.hpp 984 void replaceToken(const glw::GLchar* token, size_t& search_position, const glw::GLchar* text, std::string& string);
990 void insertElementOfList(const glw::GLchar* element, const glw::GLchar* separator, size_t& search_position,
993 void endList(const glw::GLchar* separator, size_t& search_position, std::string& string);
    [all...]
gl4cShadingLanguage420PackTests.cpp 1405 * @param search_position Position at which find will start, it is updated to position at which replaced text ends
1409 void Utils::replaceToken(const glw::GLchar* token, size_t& search_position, const glw::GLchar* text,
1414 const size_t token_position = string.find(token, search_position);
1432 size_t search_position = 0; local
    [all...]
gl4cShadingLanguage420PackTests.hpp 442 static void replaceToken(const glw::GLchar* token, size_t& search_position, const glw::GLchar* text,
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /external/deqp/external/openglcts/modules/common/
glcRobustBufferAccessBehaviorTests.hpp 39 void replaceToken(const glw::GLchar* token, size_t& search_position, const glw::GLchar* text, std::string& string);
  /external/google-styleguide/cpplint/
cpplint.py     [all...]
  /external/libaom/libaom/tools/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]

Completed in 2398 milliseconds