OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INITIAL_STREAM_BUFFER_SIZE
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/src/OpenGL/libGL/
VertexDataManager.cpp
27
enum {
INITIAL_STREAM_BUFFER_SIZE
= 1024 * 1024};
41
mStreamingBuffer = new StreamingVertexBuffer(
INITIAL_STREAM_BUFFER_SIZE
);
/external/swiftshader/src/OpenGL/libGLES_CM/
VertexDataManager.cpp
28
enum {
INITIAL_STREAM_BUFFER_SIZE
= 1024 * 1024};
42
mStreamingBuffer = new StreamingVertexBuffer(
INITIAL_STREAM_BUFFER_SIZE
);
/external/swiftshader/src/OpenGL/libGLESv2/
VertexDataManager.cpp
27
enum {
INITIAL_STREAM_BUFFER_SIZE
= 1024 * 1024};
41
mStreamingBuffer = new StreamingVertexBuffer(
INITIAL_STREAM_BUFFER_SIZE
);
Completed in 72 milliseconds