Lines Matching refs:GLuint

46 	static glw::GLuint createComputeProgram(const glw::Functions& gl, const char** cs_body_parts,
49 static glw::GLuint createProgram(const glw::Functions& gl, const char** fs_body_parts, unsigned int n_fs_body_parts,
110 glw::GLuint m_helper_bo_id; /* never allocated actual storage; bound to GL_ELEMENT_ARRAY_BUFFER */
111 glw::GLuint m_immutable_bo_id; /* bound to GL_COPY_READ_BUFFER */
114 glw::GLuint m_sparse_bo_id; /* bound to GL_ARRAY_BUFFER */
142 virtual bool execute(glw::GLuint sparse_bo_storage_flags) = 0;
145 virtual bool initTestCaseIteration(glw::GLuint sparse_bo) = 0;
185 bool execute(glw::GLuint sparse_bo_storage_flags);
187 bool initTestCaseIteration(glw::GLuint sparse_bo);
200 glw::GLuint m_helper_bo;
205 glw::GLuint m_po;
206 glw::GLuint m_sparse_bo;
212 glw::GLuint m_vao;
244 bool execute(glw::GLuint sparse_bo_storage_flags);
246 bool initTestCaseIteration(glw::GLuint sparse_bo);
256 glw::GLuint m_helper_bo;
261 glw::GLuint m_po;
263 glw::GLuint m_sparse_bo;
266 glw::GLuint m_ssbo;
270 glw::GLuint m_to;
294 bool execute(glw::GLuint sparse_bo_storage_flags);
296 bool initTestCaseIteration(glw::GLuint sparse_bo);
306 glw::GLuint m_helper_bo; /* holds m_sparse_bo_size_rounded bytes */
310 glw::GLuint m_sparse_bo;
353 bool execute(glw::GLuint sparse_bo_storage_flags);
355 bool initTestCaseIteration(glw::GLuint sparse_bo);
368 glw::GLuint dst_bo_sparse_id;
377 glw::GLuint src_bo_sparse_id;
393 glw::GLuint m_helper_bo;
394 glw::GLuint m_immutable_bo;
400 glw::GLuint m_sparse_bos[2]; /* [0] - provided by BufferStorageTest[0], [1] - managed by the test case */
432 bool execute(glw::GLuint sparse_bo_storage_flags);
434 bool initTestCaseIteration(glw::GLuint sparse_bo);
447 glw::GLuint m_helper_bo; /* stores AC value + indirect dispatch call args */
450 glw::GLuint m_po;
451 glw::GLuint m_sparse_bo;
475 bool execute(glw::GLuint sparse_bo_storage_flags);
477 bool initTestCaseIteration(glw::GLuint sparse_bo);
489 glw::GLuint m_sparse_bo;
520 bool execute(glw::GLuint sparse_bo_storage_flags);
522 bool initTestCaseIteration(glw::GLuint sparse_bo);
531 glw::GLuint m_color_rb;
534 glw::GLuint m_fbo;
536 glw::GLuint m_helper_bo;
538 glw::GLuint m_po;
541 glw::GLuint m_sparse_bo;
545 glw::GLuint m_vao;
575 bool execute(glw::GLuint sparse_bo_storage_flags);
577 bool initTestCaseIteration(glw::GLuint sparse_bo);
587 glw::GLuint m_helper_bo;
590 glw::GLuint m_sparse_bo;
596 glw::GLuint m_to;
678 bool execute(glw::GLuint sparse_bo_storage_flags);
680 bool initTestCaseIteration(glw::GLuint sparse_bo);
701 glw::GLuint m_attribute_color_location;
702 glw::GLuint m_attribute_position_location;
703 glw::GLuint m_color_data_offset;
705 glw::GLuint m_data_size; /* ibo, vbo, color data */
706 glw::GLuint m_data_size_rounded; /* rounded up to page size */
707 glw::GLuint m_fbo;
709 glw::GLuint m_helper_bo;
710 glw::GLuint m_ibo_data_offset;
720 glw::GLuint m_po;
721 glw::GLuint m_sparse_bo;
723 glw::GLuint m_to;
727 glw::GLuint m_vao;
728 glw::GLuint m_vbo_data_offset;
757 bool execute(glw::GLuint sparse_bo_storage_flags);
759 bool initTestCaseIteration(glw::GLuint sparse_bo);
769 glw::GLuint m_helper_bo;
772 glw::GLuint m_po;
773 glw::GLuint m_qo;
774 glw::GLuint m_sparse_bo;
778 glw::GLuint m_vao;
809 bool execute(glw::GLuint sparse_bo_storage_flags);
811 bool initTestCaseIteration(glw::GLuint sparse_bo);
821 glw::GLuint m_helper_bo; /* holds m_sparse_bo_size bytes */
823 glw::GLuint m_po;
825 glw::GLuint m_result_bo;
826 glw::GLuint m_sparse_bo;
926 bool execute(glw::GLuint sparse_bo_storage_flags);
928 bool initTestCaseIteration(glw::GLuint sparse_bo);
943 glw::GLuint m_data_bo;
949 glw::GLuint m_data_bo_size;
955 glw::GLuint m_helper_bo; /* of m_result_bo_size size */
956 glw::GLuint* m_index_data;
957 glw::GLuint m_index_data_size;
958 glw::GLuint* m_indirect_arg_data;
959 glw::GLuint m_indirect_arg_data_size;
970 glw::GLuint m_po_ia; /* interleave attribs TF */
971 glw::GLuint m_po_sa; /* separate attribs TF */
972 glw::GLuint m_result_bo;
973 glw::GLuint m_result_bo_size;
974 glw::GLuint m_result_bo_size_rounded;
976 glw::GLuint m_vao;
997 bool execute(glw::GLuint sparse_bo_storage_flags);
999 bool initTestCaseIteration(glw::GLuint sparse_bo);
1010 glw::GLuint m_helper_bo;
1014 glw::GLuint m_po;
1015 glw::GLuint m_sparse_bo;
1021 glw::GLuint m_tf_bo;
1023 glw::GLuint m_vao;
1060 glw::GLuint m_sparse_bo;