/external/deqp/modules/gles3/functional/ |
D | es3fBufferWriteTests.cpp | 455 GL_STATIC_READ, in iterate() 577 GL_STATIC_READ, in init() 641 << DataStoreSpec(GL_ARRAY_BUFFER, GL_STATIC_READ, 1644) in init()
|
D | es3fBufferMapTests.cpp | 570 GL_STATIC_READ, in init() 613 const deUint32 hint = GL_STATIC_READ; in init()
|
D | es3fBufferObjectQueryTests.cpp | 313 GL_STATIC_READ, GL_STATIC_COPY, in testBuffer()
|
D | es3fNegativeBufferApiTests.cpp | 694 glBufferData (GL_ARRAY_BUFFER, 32, &data[0], GL_STATIC_READ); in init()
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
D | st_cb_bufferobjects.c | 207 case GL_STATIC_READ: in st_bufferobj_data()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_bufferobjects.c | 207 case GL_STATIC_READ: in st_bufferobj_data()
|
/external/deqp/modules/gles31/functional/ |
D | es31fIndirectComputeDispatchTests.cpp | 281 gl.bufferData(GL_SHADER_STORAGE_BUFFER, (glw::GLsizei)data.size(), &data[0], GL_STATIC_READ); in createResultBuffer()
|
D | es31fShaderSharedVarTests.cpp | 306 gl.bufferData(GL_SHADER_STORAGE_BUFFER, outBlockInfo.dataSize, &emptyData[0], GL_STATIC_READ); in iterate()
|
D | es31fShaderAtomicOpTests.cpp | 216 gl.bufferData(GL_SHADER_STORAGE_BUFFER, blockInfo.dataSize, &bufData[0], GL_STATIC_READ); in iterate() 938 gl.bufferData(GL_SHADER_STORAGE_BUFFER, blockInfo.dataSize, &bufData[0], GL_STATIC_READ); in iterate()
|
D | es31fNegativeBufferApiTests.cpp | 702 ctx.glBufferData (GL_ARRAY_BUFFER, 32, &data[0], GL_STATIC_READ); in flush_mapped_buffer_range()
|
D | es31fSSBOLayoutCase.cpp | 2627 …erData(GL_ATOMIC_COUNTER_BUFFER, (glw::GLsizeiptr)emptyData.size(), &emptyData[0], GL_STATIC_READ); in execute()
|
/external/deqp/modules/glshared/ |
D | glsBufferTestUtil.cpp | 161 case GL_STATIC_READ: return "static_read"; in getUsageHintName()
|
D | glsLongStressCase.cpp | 90 GL_STATIC_READ,
|
D | glsVertexArrayTests.cpp | 675 GL_STATIC_READ, // USAGE_STATIC_READ, in usageToGL()
|
D | glsDrawTest.cpp | 104 GL_STATIC_READ, // USAGE_STATIC_READ, in usageToGL()
|
/external/deqp/framework/opengl/ |
D | gluStrUtil.inl | 388 case GL_STATIC_READ: return "GL_STATIC_READ";
|
/external/chromium_org/third_party/angle/include/GLES3/ |
D | gl3.h | 535 #define GL_STATIC_READ 0x88E5 macro
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 419 #define GL_STATIC_READ 0x88E5 macro
|
/external/deqp/modules/gles3/performance/ |
D | es3pBufferDataUploadTests.cpp | 2029 GL_STATIC_DRAW, GL_STATIC_READ, GL_STATIC_COPY, in iterate() 6224 { "static_read", GL_STATIC_READ, false }, in init()
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | libGLESv2.cpp | 567 case GL_STATIC_READ: in glBufferData()
|
/external/qemu/distrib/sdl-1.2.15/include/ |
D | SDL_opengl.h | 412 #define GL_STATIC_READ 0x88E5 macro
|
/external/chromium_org/third_party/mesa/src/include/GL/ |
D | glext.h | 339 #define GL_STATIC_READ 0x88E5 macro
|
/external/mesa3d/include/GL/ |
D | glext.h | 339 #define GL_STATIC_READ 0x88E5 macro
|