Lines Matching refs:value
160 * query object result values for a specific value type. */
611 /** Retrieves a GLenum value corresponding to internal _primitive_type
612 * enum value.
616 * @return Corresponding GL value that can be used for the draw calls, or
666 /** Retrieves a human-readable name for a _geometry_shader_input value.
668 * @param gs_input Internal _geometry_shader_input value to use for
705 /** Retrieves a human-readable string for a _geometry_shader_output value.
707 * @param gs_output _geometry_shader_output value to use for the conversion.
709 * @return Requested value or empty string, if the value was not recognized.
742 * @return Requested value or 0 if @param gs_input was not recognized.
812 * @return Result value, or 0 if @param primive_type was not recognized.
847 /** Converts user-specified _geometry_shader_input value to a _primitive_type value.
849 * @param gs_input Input value for the conversion.
851 * @return Requested value, or PRIMITIVE_TYPE_COUNT if the user-specified value
886 /** Converts user-specified _draw_call_type value to a human-readable string.
888 * @param draw_call_type Input value to use for the conversion.
891 * the input value was not recognized.
943 /** Converts a GL enum value expressing a pipeline statistics query type
946 * @param value Input value to use for the conversion.
949 * if the input value was not recognized.
951 std::string PipelineStatisticsQueryUtilities::getStringForEnum(glw::GLenum value)
955 switch (value)
990 } /* switch (value) */
995 /** Converts a _primitive_type value into a human-readable string.
997 * @param primitive_type Input value to use for the conversion.
1000 * if the input value was not recognized.
1107 * @param draw_call Input value to use for the conversion.
1129 * @param value GL enum definining the pipeline statistics query type
1137 bool PipelineStatisticsQueryUtilities::isQuerySupported(glw::GLenum value, const glu::ContextInfo& context_info,
1142 switch (value)
1178 } /* switch (value) */
1204 * reference value.
2435 "use a default value of 0.")
2681 const unsigned char value = 0xFF;
2684 data_ptr->bo_size, GL_RED, GL_UNSIGNED_BYTE, &value);
3153 /** Returns the expected result value(s) for a GL_PRIMITIVES_SUBMITTED_ARB query. There
3159 * @param out_result1_written Deref will be set to true, if the first result value
3165 * @param out_result2_written Deref will be set to true, if the second result value
3364 /** Returns the expected result value(s) for a GL_VERTICES_SUBMITTED_ARB query. There
3370 * @param out_result1_written Deref will be set to true, if the first result value
3376 * @param out_result2_written Deref will be set to true, if the second result value
3773 m_indirect_draw_call_count_argument = 3; /* default GL_PATCH_VERTICES value */
4155 3; /* this value will be updated in the actual loop, so use anything for now */
4385 const unsigned int bo_size = sizeof(unsigned int) * (1 /* counter value */ + 3 /* draw call args */);