Searched refs:gl_format (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | gen_mtl_format_table.py | 287 gl_format = angle_to_gl[angle_format] 301 gl_format, actual_angle_format), 305 gl_format, actual_angle_format_fallback), 313 gl_format, actual_angle_format)) 322 gl_format = angle_to_gl[angle_format] 330 gl_format, actual_angle_format), 334 gl_format, actual_angle_format_fallback), 343 gl_format = angle_to_gl[angle_format] 350 gl_format, actual_angle_format), 354 gl_format, actual_angle_forma [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | gen_angle_format_table.py | 387 case_template = """ case {gl_format}: 394 for gl_format in sorted(gl_to_angle.keys()): 395 angle_format = gl_to_angle[gl_format] 396 switch_data += case_template.format(gl_format=gl_format, angle_format=angle_format)
|
/third_party/astc-encoder/Source/ |
H A D | astcenccli_image_load_store.cpp | 704 gl_format: RED, RG. RGB, RGBA BGR, BGRA 707 gl_base_internal_format: same as gl_format unless texture is compressed (well, BGR is turned into RGB) 888 uint32_t gl_format; // 0 for compressed textures, otherwise value from table 3.3 (page 163) of OpenGL spec member 911 REV(gl_format); in ktx_header_switch_endianness() 971 if (hdr.gl_type == 0 || hdr.gl_format == 0) in load_ktx_uncompressed_image() 980 // Cartesian product of gl_type=(UNSIGNED_BYTE, UNSIGNED_SHORT, HALF_FLOAT, FLOAT) x gl_format=(RED, RG, RGB, RGBA, BGR, BGRA) in load_ktx_uncompressed_image() 983 switch (hdr.gl_format) in load_ktx_uncompressed_image() 1026 switch (hdr.gl_format) in load_ktx_uncompressed_image() 1059 switch (hdr.gl_format) in load_ktx_uncompressed_image() 1092 switch (hdr.gl_format) in load_ktx_uncompressed_image() [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | glformats.h | 159 GLenum gl_format, GLenum type);
|
H A D | glformats.c | 4013 GLenum gl_format, GLenum type) in _mesa_tex_format_from_format_and_type() 4015 mesa_format format = _mesa_format_from_format_and_type(gl_format, type); in _mesa_tex_format_from_format_and_type() 4012 _mesa_tex_format_from_format_and_type(const struct gl_context *ctx, GLenum gl_format, GLenum type) _mesa_tex_format_from_format_and_type() argument
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_readpixels.c | 99 GLenum gl_format, in try_pbo_readpixels() 117 if (gl_format == GL_STENCIL_INDEX) in try_pbo_readpixels() 96 try_pbo_readpixels(struct st_context *st, struct gl_renderbuffer *rb, bool invert_y, GLint x, GLint y, GLsizei width, GLsizei height, GLenum gl_format, enum pipe_format src_format, enum pipe_format dst_format, const struct gl_pixelstore_attrib *pack, void *pixels) try_pbo_readpixels() argument
|
Completed in 9 milliseconds