Home
last modified time | relevance | path

Searched refs:gl_type (Results 1 – 24 of 24) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglformat.c54 guint gl_type; member
83 formats[i].n_bytes, formats[i].format, formats[i].gl_type); in GST_START_TEST()
85 gst_gl_format_type_n_bytes (formats[i].format, formats[i].gl_type)); in GST_START_TEST()
96 guint gl_type; member
128 sized_formats[i].gl_type); in GST_START_TEST()
131 sized_formats[i].unsized_format, sized_formats[i].gl_type)); in GST_START_TEST()
141 guint gl_type; member
170 guint gl_type; in GST_START_TEST() local
173 unsized_formats[i].unsized_format, unsized_formats[i].gl_type, in GST_START_TEST()
176 &unsized_format, &gl_type); in GST_START_TEST()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglformat.c352 GstGLFormat * unsized_format, guint * gl_type) in gst_gl_format_type_from_sized_gl_format() argument
355 g_return_if_fail (gl_type != NULL); in gst_gl_format_type_from_sized_gl_format()
360 *gl_type = GL_UNSIGNED_BYTE; in gst_gl_format_type_from_sized_gl_format()
364 *gl_type = GL_UNSIGNED_BYTE; in gst_gl_format_type_from_sized_gl_format()
368 *gl_type = GL_UNSIGNED_SHORT; in gst_gl_format_type_from_sized_gl_format()
372 *gl_type = GL_UNSIGNED_SHORT; in gst_gl_format_type_from_sized_gl_format()
376 *gl_type = GL_UNSIGNED_SHORT_5_6_5; in gst_gl_format_type_from_sized_gl_format()
380 *gl_type = GL_UNSIGNED_BYTE; in gst_gl_format_type_from_sized_gl_format()
384 *gl_type = GL_UNSIGNED_BYTE; in gst_gl_format_type_from_sized_gl_format()
394 *gl_type = GL_UNSIGNED_BYTE; in gst_gl_format_type_from_sized_gl_format()
[all …]
Dgstglformat.h152 guint * gl_type);
Dgstglmemory.c543 GLenum gl_type, gl_target; in gst_gl_memory_texsubimage() local
553 &gl_type); in gst_gl_memory_texsubimage()
577 GL_MEM_HEIGHT (gl_mem), gl_format, gl_type, data); in gst_gl_memory_texsubimage()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dgen_load_functions_table.py115 for gl_type, load_function in sorted(type_functions.items()):
116 snippet += " case " + gl_type + ":\n"
166 for gl_type, load_function in sorted(
168 if gl_type not in type_functions:
169 type_functions[gl_type] = load_function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dgen_load_functions_table.py116 for gl_type, load_function in sorted(type_functions.iteritems()):
117 snippet += " case " + gl_type + ":\n"
167 for gl_type, load_function in angle_to_type_map[angle_format_unknown].iteritems():
168 if gl_type not in type_functions:
169 type_functions[gl_type] = load_function
/third_party/mesa3d/src/mapi/glapi/gen/
DglX_proto_common.py37 class glx_proto_type(gl_XML.gl_type):
39 gl_XML.gl_type.__init__(self, element, context, category)
Dgl_XML.py333 class gl_type( gl_item ): class
842 return gl_type(element, context, category)
/third_party/mesa3d/src/compiler/glsl/
Dopt_dead_builtin_varyings.cpp112 if (var->type->gl_type != GL_FLOAT && in visit_enter()
113 var->type->gl_type != GL_FLOAT_VEC2 && in visit_enter()
114 var->type->gl_type != GL_FLOAT_VEC3 && in visit_enter()
115 var->type->gl_type != GL_FLOAT_VEC4) in visit_enter()
Dlink_varyings.cpp1155 this->type = this->matched_candidate->type->fields.array->gl_type; in assign_location()
1167 this->type = this->matched_candidate->type->gl_type; in assign_location()
Dlinker.cpp984 var->type->gl_type == existing->type->gl_type)) { in cross_validate_globals()
/third_party/mesa3d/src/mesa/main/
Ddebug_output.c840 GLenum gl_type = debug_type_enums[type]; in log_msg_locked_and_unlock() local
851 callback(gl_source, gl_type, id, gl_severity, len, buf, data); in log_msg_locked_and_unlock()
1091 _mesa_DebugMessageControl(GLenum gl_source, GLenum gl_type, in _mesa_DebugMessageControl() argument
1097 enum mesa_debug_type type = gl_enum_to_debug_type(gl_type); in _mesa_DebugMessageControl()
1114 if (!validate_params(ctx, CONTROL, callerstr, gl_source, gl_type, in _mesa_DebugMessageControl()
1118 if (count && (gl_severity != GL_DONT_CARE || gl_type == GL_DONT_CARE in _mesa_DebugMessageControl()
Dshader_query.cpp1397 *val = RESOURCE_UNI(res)->type->gl_type; in _mesa_program_resource_prop()
1402 *val = RESOURCE_VAR(res)->type->gl_type; in _mesa_program_resource_prop()
/third_party/weston/libweston/
Dpixel-formats.h71 int gl_type; member
Dpixel-formats.c47 #define GL_TYPE(type) .gl_type = (type)
51 #define GL_TYPE(type) .gl_type = 0
/third_party/mesa3d/src/compiler/
Dglsl_types.h294 GLenum gl_type; member
1281 glsl_type(GLenum gl_type,
1288 glsl_type(GLenum gl_type, glsl_base_type base_type,
Dglsl_types.cpp47 glsl_type::glsl_type(GLenum gl_type, in glsl_type() argument
52 gl_type(gl_type), in glsl_type()
85 glsl_type::glsl_type(GLenum gl_type, glsl_base_type base_type, in glsl_type() argument
88 gl_type(gl_type), in glsl_type()
109 gl_type(0), in glsl_type()
141 gl_type(0), in glsl_type()
167 gl_type(0), in glsl_type()
198 gl_type(0), in glsl_type()
593 this->gl_type = array->gl_type; in glsl_type()
706 const glsl_type *t = new glsl_type(bare_type->gl_type, in VECN()
Dnir_types.cpp122 return type->gl_type; in glsl_get_gl_type()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cCullDistanceTests.cpp814 glw::GLenum gl_type; in iterate() member
832 if (((current_body.gl_type == GL_COMPUTE_SHADER) && (!current_stage.use_cs)) || in iterate()
833 ((current_body.gl_type == GL_FRAGMENT_SHADER) && (!current_stage.use_fs)) || in iterate()
834 ((current_body.gl_type == GL_TESS_CONTROL_SHADER) && (!current_stage.use_tc)) || in iterate()
835 ((current_body.gl_type == GL_TESS_EVALUATION_SHADER) && (!current_stage.use_te)) || in iterate()
836 ((current_body.gl_type == GL_VERTEX_SHADER) && (!current_stage.use_vs))) in iterate()
855 switch (current_body.gl_type) in iterate()
Dgl4cEnhancedLayoutsTests.cpp3662 const GLenum gl_type = Type::GetTypeGLenum(type.m_basic_type); in AttribPointer() local
3685 gl.vertexAttribPointer(index, size, gl_type, normalized, stride, ptr); in AttribPointer()
3690 gl.vertexAttribIPointer(index, size, gl_type, stride, ptr); in AttribPointer()
3694 gl.vertexAttribLPointer(index, size, gl_type, stride, ptr); in AttribPointer()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp3293 GLenum gl_type = GL_NONE; in visit() local
3419 gl_type = GL_FLOAT; in visit()
3425 gl_type = GL_DOUBLE; in visit()
3431 gl_type = GL_INT64_ARB; in visit()
3437 gl_type = GL_UNSIGNED_INT64_ARB; in visit()
3443 gl_type = native_integers ? GL_UNSIGNED_INT : GL_FLOAT; in visit()
3452 gl_type = native_integers ? GL_INT : GL_FLOAT; in visit()
3461 gl_type = native_integers ? GL_BOOL : GL_FLOAT; in visit()
3468 gl_type = GL_UNSIGNED_INT; in visit()
3481 gl_type, in visit()
/third_party/mesa3d/docs/relnotes/
D7.9.1.rst263 - glsl: Fix incorrect gl_type of sampler2DArray and
D7.10.rst1605 - glsl: Fix incorrect gl_type of sampler2DArray and
/third_party/mesa3d/src/mesa/program/
Dir_to_mesa.cpp2410 type->gl_type, NULL, NULL, false); in visit_field()
2415 type->gl_type, NULL, NULL, true); in visit_field()