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

  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_test_images.h 54 const char *pixel_data; member in struct:SDLTest_SurfaceImage_s
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_test_images.h 54 const char *pixel_data; member in struct:SDLTest_SurfaceImage_s
  /prebuilts/misc/windows/sdl2/include/
SDL_test_images.h 54 const char *pixel_data; member in struct:SDLTest_SurfaceImage_s
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_test_images.h 54 const char *pixel_data; member in struct:SDLTest_SurfaceImage_s
  /bootable/recovery/minui/
mkfont.c 14 x = gimp_image.pixel_data;
  /external/deqp/external/openglcts/modules/gl/
gl4cStencilTexturingTests.cpp 1055 GLubyte* pixel_data = &texture_data[0] + line_offset + pixel_offset; local
1061 memcpy(pixel_data, stencil_data, 1);
1062 memcpy(pixel_data + 1, depth_i_data, 3);
1065 memcpy(pixel_data, depth_f_data, 4);
1066 memcpy(pixel_data + 4, stencil_data, 1);
    [all...]
gl3cGPUShader5Tests.cpp 507 const glw::GLuint pixel_data = result_image[i]; local
509 if (color != pixel_data)
519 const glw::GLuint pixel_data = result_image[i]; local
521 if (color == pixel_data)
    [all...]
gl4cCopyImageTests.cpp 3131 GLubyte* pixel_data = ptr + j * pixel_size; local
3989 GLubyte* pixel_data = out_pixels + j * pixel_size; local
4040 GLubyte* pixel_data = line_data + pixel_offset; local
    [all...]

Completed in 205 milliseconds