OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComputeTypeSize
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
IndexDataManager.cpp
141
unsigned int typeSize = gl::
ComputeTypeSize
(type);
186
streamOffset = (offset / gl::
ComputeTypeSize
(type)) * gl::
ComputeTypeSize
(destinationIndexType);
201
convertCount = storage->getSize() / gl::
ComputeTypeSize
(type);
216
unsigned int indexTypeSize = gl::
ComputeTypeSize
(destinationIndexType);
249
streamOffset = (offset / gl::
ComputeTypeSize
(type)) * gl::
ComputeTypeSize
(destinationIndexType);
258
translated->startIndex = streamOffset / gl::
ComputeTypeSize
(destinationIndexType);
263
buffer->promoteStaticUsage(count * gl::
ComputeTypeSize
(type));
IndexRangeCache.cpp
34
unsigned int rangeEnd = i->second.streamOffset + (gl::
ComputeTypeSize
(i->first.type) * i->first.count);
/external/chromium_org/third_party/angle/src/libGLESv2/
utilities.h
37
GLsizei
ComputeTypeSize
(GLenum type);
utilities.cpp
221
GLsizei
ComputeTypeSize
(GLenum type)
Completed in 45 milliseconds