Home
last modified time | relevance | path

Searched refs:GL_BUF_SIZE (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/graphic/graphicGLES3/entry/src/main/cpp/
H A Dgles3ndk.cpp47 #define GL_BUF_SIZE 256 macro
1851 glBufferData(GL_ARRAY_BUFFER, GL_BUF_SIZE, nullptr, GL_DYNAMIC_DRAW); in GLFlushMappedBufferRange()
1852 glMapBufferRange(GL_ARRAY_BUFFER, INT_INIT_VAL, GL_BUF_SIZE, in GLFlushMappedBufferRange()
1855 glFlushMappedBufferRange(GL_ARRAY_BUFFER, INT_INIT_VAL, GL_BUF_SIZE); in GLFlushMappedBufferRange()
2135 char name[GL_BUF_SIZE]; in GLGetActiveAttrib()
2136 glGetActiveAttrib(programObjectRed, INT_INIT_VAL, GL_BUF_SIZE, nullptr, nullptr, nullptr, name); in GLGetActiveAttrib()
2265 GLchar messageLog[GL_BUF_SIZE]; in GLGetDebugMessageLog()
2266 GLuint countSize = GL_BUF_SIZE; in GLGetDebugMessageLog()
2603 GLint values[GL_BUF_SIZE]; in GLGetProgramResourceiv()
2605 glGetProgramResourceiv(program, GL_PROGRAM_INPUT, index, VERTEX_NUM, properties, GL_BUF_SIZE, in GLGetProgramResourceiv()
[all...]

Completed in 12 milliseconds