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

  /external/deqp/external/openglcts/modules/gl/
gl3cGPUShader5Tests.cpp 575 * @param destination_type Name of type
580 std::string GPUShader5ImplicitConversionsTest::getVertexShader(const glw::GLchar* destination_type,
594 " DESTINATION_TYPE v = ZERO;\n"
596 " v = DESTINATION_TYPE(u2) - u1;\n"
623 Utils::replaceToken("DESTINATION_TYPE", search_position, destination_type, vs_body);
624 Utils::replaceToken("DESTINATION_TYPE", search_position, destination_type, vs_body);
627 if (!strcmp(destination_type, "int") || !strcmp(destination_type, "uint")
    [all...]
gl3cGPUShader5Tests.hpp 106 * DESTINATION_TYPE v = 0;
108 * v = DESTINATION_TYPE(u2) - u1;
172 std::string getVertexShader(const glw::GLchar* destination_type, const glw::GLchar* source_type);
gl3cTextureSizePromotion.cpp 421 glw::GLenum destination_type = GL_FLOAT; local
427 destination_type = GL_INT;
434 destination_type = GL_UNSIGNED_INT;
439 destination_type, destination_data);
    [all...]
  /external/v8/src/torque/
implementation-visitor.h 235 VisitResult GenerateImplicitConvert(const Type* destination_type,
implementation-visitor.cc     [all...]
  /external/v8/src/
elements.cc 3370 InstanceType destination_type = local
    [all...]

Completed in 131 milliseconds