Home
last modified time | relevance | path

Searched defs:GetMultipleIntegervState (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
Dgles2_implementation.h406 struct GetMultipleIntegervState { in NON_EXPORTED_BASE() struct
407 GetMultipleIntegervState(const GLenum* pnames, GLuint pnames_count, in NON_EXPORTED_BASE() function
415 const GLenum* pnames; in NON_EXPORTED_BASE()
416 GLuint pnames_count; in NON_EXPORTED_BASE()
418 GLint* results; in NON_EXPORTED_BASE()
419 GLsizeiptr results_size; in NON_EXPORTED_BASE()
421 int num_results; in NON_EXPORTED_BASE()
422 int transfer_buffer_size_needed; in NON_EXPORTED_BASE()
423 void* buffer; in NON_EXPORTED_BASE()
424 void* results_buffer; in NON_EXPORTED_BASE()