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.h411 struct GetMultipleIntegervState { in NON_EXPORTED_BASE() struct
412 GetMultipleIntegervState(const GLenum* pnames, GLuint pnames_count, in NON_EXPORTED_BASE() argument
420 const GLenum* pnames; in NON_EXPORTED_BASE()
421 GLuint pnames_count; in NON_EXPORTED_BASE()
423 GLint* results; in NON_EXPORTED_BASE()
424 GLsizeiptr results_size; in NON_EXPORTED_BASE()
426 int num_results; in NON_EXPORTED_BASE()
427 int transfer_buffer_size_needed; in NON_EXPORTED_BASE()
428 void* buffer; in NON_EXPORTED_BASE()
429 void* results_buffer; in NON_EXPORTED_BASE()