Home
last modified time | relevance | path

Searched refs:objects_ptr (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/include/drm-uapi/
Ddrm_mode.h839 __u64 objects_ptr; member
/external/libdrm/include/drm/
Ddrm_mode.h859 __u64 objects_ptr; member
/external/deqp/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp6308 NonRenderableInternalformatSupportObjects* objects_ptr);
6699 NonRenderableInternalformatSupportObjects* objects_ptr) in execute() argument
6986 if (objects_ptr == NULL) in execute()
7028 gl.useProgram(objects_ptr->program_object_id); in execute()
7030 if (!setUniformValues(objects_ptr->src_2D_texture_uniform_location, src_2D_texture_attachment, in execute()
7031 objects_ptr->src_2DArray_texture_uniform_location, in execute()
7032 src_2DArray_texture_attachment, objects_ptr->src_3D_texture_uniform_location, in execute()
7033 src_3D_texture_attachment, objects_ptr->src_Cube_texture_uniform_location, in execute()
7034 src_Cube_texture_attachment, objects_ptr->dst_2D_texture_uniform_location, in execute()
7035 dst_2D_texture_attachment, objects_ptr->dst_Cube_texture_uniform_location, in execute()
[all …]
/external/kernel-headers/original/uapi/drm/
Ddrm_mode.h879 __u64 objects_ptr; member
/external/libdrm/
Dxf86drmMode.c1560 get.objects_ptr = VOID2U64(&ret->objects[0]); in drmModeGetLease()