HomeSort by relevance Sort by last modified time
    Searched refs:bytesPerValue (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/include/GL/
osmesa.h 227 * bytesPerValue - bytes per depth value (2 or 4)
235 GLint *bytesPerValue, void **buffer );
  /external/mesa3d/src/mesa/drivers/x11/
xmesa.h 286 * bytesPerValue - bytes per depth value (2 or 4)
295 GLint *bytesPerValue,
xm_api.c     [all...]
  /frameworks/av/services/camera/libcameraservice/utils/
TagMonitor.cpp 116 size_t bytesPerValue = camera_metadata_type_size[lastEntry.type];
117 size_t entryBytes = bytesPerValue * lastEntry.count;
  /external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c 1020 * bytesPerValue - bytes per depth value (2 or 4)
1026 GLint *bytesPerValue, void **buffer )
1037 *bytesPerValue = 0;
1045 *bytesPerValue = sizeof(GLushort);
1047 *bytesPerValue = sizeof(GLuint);
    [all...]

Completed in 256 milliseconds