[ { "binary_file_references": [], "binary_file_references_freq": {}, "gl_enum_references": [], "gl_enum_references_freq": {}, "gl_function_calls": [], "gl_function_calls_freq": {}, "invalid_header_files": [], "lines_of_code": 3502, "logger": null, "name": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/stb_image.h", "path": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/stb_image.h", "size_on_disk": 147151, "total_binary_file_references": 0, "total_function_calls": 800, "total_gl_enum_references": 0, "total_gl_function_calls": 0, "total_tokens": 61514 }, { "binary_file_references": [ { "column": 27, "display_name": "\"ConJS202.png\"", "length": 14, "line": 70, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" } ], "binary_file_references_freq": { "\"ConJS202.png\"": 1 }, "gl_enum_references": [ { "column": 20, "display_name": "GL_TEXTURE_2D", "length": 13, "line": 32, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 21, "display_name": "GL_TEXTURE_2D", "length": 13, "line": 35, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 36, "display_name": "GL_TEXTURE_MAG_FILTER", "length": 21, "line": 35, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 59, "display_name": "GL_LINEAR", "length": 9, "line": 35, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 21, "display_name": "GL_TEXTURE_2D", "length": 13, "line": 36, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 36, "display_name": "GL_TEXTURE_MIN_FILTER", "length": 21, "line": 36, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 59, "display_name": "GL_LINEAR", "length": 9, "line": 36, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 21, "display_name": "GL_TEXTURE_2D", "length": 13, "line": 37, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 36, "display_name": "GL_TEXTURE_WRAP_S", "length": 17, "line": 37, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 55, "display_name": "GL_CLAMP_TO_EDGE", "length": 16, "line": 37, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 21, "display_name": "GL_TEXTURE_2D", "length": 13, "line": 38, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 36, "display_name": "GL_TEXTURE_WRAP_T", "length": 17, "line": 38, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 55, "display_name": "GL_CLAMP_TO_EDGE", "length": 16, "line": 38, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 19, "display_name": "GL_TEXTURE_2D", "length": 13, "line": 41, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 37, "display_name": "GL_RGBA", "length": 7, "line": 41, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 64, "display_name": "GL_RGBA", "length": 7, "line": 41, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 73, "display_name": "GL_UNSIGNED_BYTE", "length": 16, "line": 41, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 13, "display_name": "GL_COLOR_BUFFER_BIT", "length": 19, "line": 51, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 35, "display_name": "GL_DEPTH_BUFFER_BIT", "length": 19, "line": 51, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 14, "display_name": "GL_TEXTURE_2D", "length": 13, "line": 52, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 13, "display_name": "GL_TRIANGLE_STRIP", "length": 17, "line": 54, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 15, "display_name": "GL_TEXTURE_2D", "length": 13, "line": 61, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" } ], "gl_enum_references_freq": { "GL_CLAMP_TO_EDGE": 2, "GL_COLOR_BUFFER_BIT": 1, "GL_DEPTH_BUFFER_BIT": 1, "GL_LINEAR": 2, "GL_RGBA": 2, "GL_TEXTURE_2D": 8, "GL_TEXTURE_MAG_FILTER": 1, "GL_TEXTURE_MIN_FILTER": 1, "GL_TEXTURE_WRAP_S": 1, "GL_TEXTURE_WRAP_T": 1, "GL_TRIANGLE_STRIP": 1, "GL_UNSIGNED_BYTE": 1 }, "gl_function_calls": [ { "column": 5, "display_name": "glGenTextures", "length": 30, "level": 3, "line": 31, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 5, "display_name": "glBindTexture", "length": 41, "level": 3, "line": 32, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 5, "display_name": "glTexParameteri", "length": 64, "level": 3, "line": 35, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 5, "display_name": "glTexParameteri", "length": 64, "level": 3, "line": 36, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 5, "display_name": "glTexParameteri", "length": 67, "level": 3, "line": 37, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 5, "display_name": "glTexParameteri", "length": 67, "level": 3, "line": 38, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 5, "display_name": "glTexImage2D", "length": 94, "level": 3, "line": 41, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 5, "display_name": "glClear", "length": 50, "level": 3, "line": 51, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 5, "display_name": "glEnable", "length": 23, "level": 3, "line": 52, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 5, "display_name": "glOrtho", "length": 40, "level": 3, "line": 53, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 5, "display_name": "glBegin", "length": 26, "level": 3, "line": 54, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 9, "display_name": "glTexCoord2i", "length": 18, "level": 3, "line": 55, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 29, "display_name": "glVertex2f", "length": 17, "level": 3, "line": 55, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 9, "display_name": "glTexCoord2i", "length": 18, "level": 3, "line": 56, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 29, "display_name": "glVertex2f", "length": 16, "level": 3, "line": 56, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 9, "display_name": "glTexCoord2i", "length": 18, "level": 3, "line": 57, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 29, "display_name": "glVertex2f", "length": 18, "level": 3, "line": 57, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 9, "display_name": "glTexCoord2i", "length": 18, "level": 3, "line": 58, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 29, "display_name": "glVertex2f", "length": 17, "level": 3, "line": 58, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 5, "display_name": "glEnd", "length": 7, "level": 3, "line": 59, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 5, "display_name": "glDisable", "length": 24, "level": 3, "line": 61, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 5, "display_name": "glFlush", "length": 9, "level": 3, "line": 62, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" }, { "column": 5, "display_name": "glClearColor", "length": 32, "level": 3, "line": 69, "logger": null, "parent": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp" } ], "gl_function_calls_freq": { "glBegin": 1, "glBindTexture": 1, "glClear": 1, "glClearColor": 1, "glDisable": 1, "glEnable": 1, "glEnd": 1, "glFlush": 1, "glGenTextures": 1, "glOrtho": 1, "glTexCoord2i": 4, "glTexImage2D": 1, "glTexParameteri": 4, "glVertex2f": 4 }, "invalid_header_files": [], "lines_of_code": 68, "logger": null, "name": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp", "path": "/home/raulroa/Code/projects/ConConJS/Tests/1. Primitives/Texture/texture.cpp", "size_on_disk": 2340, "total_binary_file_references": 1, "total_function_calls": 37, "total_gl_enum_references": 22, "total_gl_function_calls": 23, "total_tokens": 868 }, ]