Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp6313 NonRenderableInternalformatSupportObjects* objects_ptr);
6704 NonRenderableInternalformatSupportObjects* objects_ptr) in execute() argument
6991 if (objects_ptr == NULL) in execute()
7033 gl.useProgram(objects_ptr->program_object_id); in execute()
7035 if (!setUniformValues(objects_ptr->src_2D_texture_uniform_location, src_2D_texture_attachment, in execute()
7036 objects_ptr->src_2DArray_texture_uniform_location, in execute()
7037 src_2DArray_texture_attachment, objects_ptr->src_3D_texture_uniform_location, in execute()
7038 src_3D_texture_attachment, objects_ptr->src_Cube_texture_uniform_location, in execute()
7039 src_Cube_texture_attachment, objects_ptr->dst_2D_texture_uniform_location, in execute()
7040 dst_2D_texture_attachment, objects_ptr->dst_Cube_texture_uniform_location, in execute()
[all …]
/third_party/libdrm/include/drm/
Ddrm_mode.h1095 __u64 objects_ptr; member
/third_party/mesa3d/include/drm-uapi/
Ddrm_mode.h1179 __u64 objects_ptr; member
/third_party/libdrm/
Dxf86drmMode.c1690 get.objects_ptr = VOID2U64(&ret->objects[0]); in drmModeGetLease()