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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
shaderapi.h 43 _mesa_copy_string(GLchar *dst, GLsizei maxLength,
shader_query.cpp 114 _mesa_copy_string(name, maxLength, length, var->name);
shaderapi.c 146 _mesa_copy_string(GLchar *dst, GLsizei maxLength, function
654 _mesa_copy_string(infoLog, bufSize, length, shProg->InfoLog);
667 _mesa_copy_string(infoLog, bufSize, length, sh->InfoLog);
683 _mesa_copy_string(sourceOut, maxLength, length, sh->Source);
    [all...]
uniforms.c 761 _mesa_copy_string(uniformBlockName, bufSize, length, block->Name);
798 _mesa_copy_string(uniformName, bufSize, length,
transformfeedback.c 695 _mesa_copy_string(name, bufSize, length,
uniform_query.cpp 62 _mesa_copy_string(nameOut, maxLength, length, uni->name);
  /external/mesa3d/src/mesa/main/
shaderapi.h 43 _mesa_copy_string(GLchar *dst, GLsizei maxLength,
shader_query.cpp 114 _mesa_copy_string(name, maxLength, length, var->name);
shaderapi.c 146 _mesa_copy_string(GLchar *dst, GLsizei maxLength, function
654 _mesa_copy_string(infoLog, bufSize, length, shProg->InfoLog);
667 _mesa_copy_string(infoLog, bufSize, length, sh->InfoLog);
683 _mesa_copy_string(sourceOut, maxLength, length, sh->Source);
    [all...]
uniforms.c 761 _mesa_copy_string(uniformBlockName, bufSize, length, block->Name);
798 _mesa_copy_string(uniformName, bufSize, length,
transformfeedback.c 695 _mesa_copy_string(name, bufSize, length,
uniform_query.cpp 62 _mesa_copy_string(nameOut, maxLength, length, uni->name);

Completed in 278 milliseconds