Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5TextureGatherOffset.hpp75 glw::GLuint& out_bytes_per_pixel) = 0;
207 glw::GLuint& out_bytes_per_pixel);
260 glw::GLuint& out_bytes_per_pixel);
DesextcGPUShader5TextureGatherOffset.cpp1210 glw::GLuint& out_bytes_per_pixel) in getTextureInfo() argument
1216 out_bytes_per_pixel = 4 * sizeof(glw::GLint); /* RGBA * int */ in getTextureInfo()
2148 glw::GLuint& out_bytes_per_pixel) in getTextureInfo() argument
2154 out_bytes_per_pixel = 1 * sizeof(glw::GLfloat); /* Depth * float */ in getTextureInfo()
/external/mesa3d/src/imgui/
Dimgui_draw.cpp1504 …DataAsAlpha8(unsigned char** out_pixels, int* out_width, int* out_height, int* out_bytes_per_pixel) in GetTexDataAsAlpha8() argument
1517 if (out_bytes_per_pixel) *out_bytes_per_pixel = 1; in GetTexDataAsAlpha8()
1520 …DataAsRGBA32(unsigned char** out_pixels, int* out_width, int* out_height, int* out_bytes_per_pixel) in GetTexDataAsRGBA32() argument
1541 if (out_bytes_per_pixel) *out_bytes_per_pixel = 4; in GetTexDataAsRGBA32()
Dimgui.h2006 …(unsigned char** out_pixels, int* out_width, int* out_height, int* out_bytes_per_pixel = NULL); /…
2007 …(unsigned char** out_pixels, int* out_width, int* out_height, int* out_bytes_per_pixel = NULL); /…