Home
last modified time | relevance | path

Searched refs:tex_h (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/imgui/examples/example_null/
H A Dmain.cpp15 int tex_w, tex_h; in main() local
16 io.Fonts->GetTexDataAsRGBA32(&tex_pixels, &tex_w, &tex_h); in main()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcTextureRepeatModeTests.cpp852 GLsizei tex_h = height / 3; in verifyRepeat() local
855 GLsizei red_h = tex_h / 2; in verifyRepeat()
860 GLsizei blue_h = tex_h - red_h; in verifyRepeat()
936 GLsizei tex_h = height / 3; in verifyMirroredRepeat() local
939 GLsizei red_h = tex_h / 2; in verifyMirroredRepeat()
945 GLsizei blue_h = tex_h - red_h; in verifyMirroredRepeat()
/third_party/ffmpeg/libavdevice/
H A Dopengl_enc.c865 int tex_w, tex_h; in opengl_prepare_vertex() local
887 opengl_get_texture_size(opengl, opengl->width, opengl->height, &tex_w, &tex_h); in opengl_prepare_vertex()
892 opengl->vertex[1].t0 = (float)opengl->height / (float)tex_h; in opengl_prepare_vertex()
894 opengl->vertex[2].t0 = (float)opengl->height / (float)tex_h; in opengl_prepare_vertex()

Completed in 5 milliseconds