Home
last modified time | relevance | path

Searched refs:normaltexdata (Results 1 – 4 of 4) sorted by relevance

/dports/devel/godot/godot-3.2.3-stable/drivers/gles2/
H A Drasterizer_storage_gles2.cpp6135 unsigned char normaltexdata[8 * 8 * 3]; in initialize() local
6137 normaltexdata[i + 0] = 128; in initialize()
6138 normaltexdata[i + 1] = 128; in initialize()
6139 normaltexdata[i + 2] = 255; in initialize()
6144 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 8, 8, 0, GL_RGB, GL_UNSIGNED_BYTE, normaltexdata); in initialize()
/dports/devel/godot-tools/godot-3.2.3-stable/drivers/gles2/
H A Drasterizer_storage_gles2.cpp6135 unsigned char normaltexdata[8 * 8 * 3]; in initialize() local
6137 normaltexdata[i + 0] = 128; in initialize()
6138 normaltexdata[i + 1] = 128; in initialize()
6139 normaltexdata[i + 2] = 255; in initialize()
6144 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 8, 8, 0, GL_RGB, GL_UNSIGNED_BYTE, normaltexdata); in initialize()
/dports/devel/godot-tools/godot-3.2.3-stable/drivers/gles3/
H A Drasterizer_storage_gles3.cpp8319 unsigned char normaltexdata[8 * 8 * 3]; local
8321 normaltexdata[i + 0] = 128;
8322 normaltexdata[i + 1] = 128;
8323 normaltexdata[i + 2] = 255;
8328 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 8, 8, 0, GL_RGB, GL_UNSIGNED_BYTE, normaltexdata);
/dports/devel/godot/godot-3.2.3-stable/drivers/gles3/
H A Drasterizer_storage_gles3.cpp8319 unsigned char normaltexdata[8 * 8 * 3]; local
8321 normaltexdata[i + 0] = 128;
8322 normaltexdata[i + 1] = 128;
8323 normaltexdata[i + 2] = 255;
8328 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 8, 8, 0, GL_RGB, GL_UNSIGNED_BYTE, normaltexdata);