/external/deqp/modules/gles3/functional/ |
D | es3fBufferWriteTests.cpp | 456 GL_STATIC_COPY, in iterate() 578 GL_STATIC_COPY, in init() 644 << DataStoreSpec(GL_ARRAY_BUFFER, GL_STATIC_COPY, 1644) in init() 741 …gh_1, "High part of buffer specified with single call", GL_COPY_WRITE_BUFFER, GL_STATIC_COPY, 1000, in init()
|
D | es3fBufferObjectQueryTests.cpp | 313 GL_STATIC_READ, GL_STATIC_COPY, in testBuffer()
|
D | es3fBufferMapTests.cpp | 571 GL_STATIC_COPY, in init()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cSyncTests.cpp | 122 gl.namedBufferData(buffer_src, reference_size, reference, GL_STATIC_COPY); in iterate()
|
D | gl4cComputeShaderTests.cpp | 4320 …rData(GL_SHADER_STORAGE_BUFFER, (GLsizeiptr)(data.size() * sizeof(int)), &data[0], GL_STATIC_COPY); in Run() 4326 glBufferData(GL_SHADER_STORAGE_BUFFER, sizeof(data), data, GL_STATIC_COPY); in Run() 4332 …ata(GL_SHADER_STORAGE_BUFFER, (GLsizeiptr)(data.size() * sizeof(GLint)), &data[0], GL_STATIC_COPY); in Run() 4345 …Data(GL_SHADER_STORAGE_BUFFER, (GLsizeiptr)(data.size() * sizeof(mat4)), &data[0], GL_STATIC_COPY); in Run() 4352 glBufferData(GL_ATOMIC_COUNTER_BUFFER, sizeof(data), data, GL_STATIC_COPY); in Run() 4748 glBufferData(GL_SHADER_STORAGE_BUFFER, 3 * sizeof(vec4) * 2, NULL, GL_STATIC_COPY); in Run() 6198 glBufferData(GL_DISPATCH_INDIRECT_BUFFER, sizeof(num_groups), num_groups, GL_STATIC_COPY); in Run()
|
D | gl4cDirectStateAccessBuffersTests.cpp | 244 GL_STATIC_DRAW, GL_STATIC_READ, GL_STATIC_COPY, in iterate() 4455 GL_STATIC_DRAW, GL_STATIC_READ, GL_STATIC_COPY, in TestErrorsOfNamedBufferData()
|
D | gl4cDirectStateAccessTexturesTests.cpp | 8602 gl.namedBufferData(buffer, data_size, data, GL_STATIC_COPY); in iterate() 8755 gl.namedBufferData(buffer, data_size, data, GL_STATIC_COPY); in iterate() 9933 gl.namedBufferData(m_bo, s_reference_size, s_reference, GL_STATIC_COPY); in Prepare() 13145 gl.namedBufferData(buffer, s_reference_size + 1, NULL, GL_STATIC_COPY); in iterate()
|
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/ |
D | esextcGPUShader5PreciseQualifier.cpp | 155 gl.bufferData(GL_ARRAY_BUFFER, sizeof(glw::GLfloat) * m_n_components, DE_NULL, GL_STATIC_COPY); in initTest()
|
/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderConstantVariables.cpp | 173 gl.bufferData(GL_ARRAY_BUFFER, sizeof(glw::GLint) * n_varyings, DE_NULL, GL_STATIC_COPY); in initTest()
|
D | esextcGeometryShaderRendering.cpp | 934 gl.bufferData(GL_ARRAY_BUFFER, raw_arrays_bo_size, raw_arrays_data, GL_STATIC_COPY); in initTest() 937 gl.bufferData(GL_ARRAY_BUFFER, unordered_arrays_bo_size, unordered_arrays_data, GL_STATIC_COPY); in initTest() 940 …l.bufferData(GL_ARRAY_BUFFER, unordered_elements_bo_size, unordered_elements_data, GL_STATIC_COPY); in initTest()
|
D | esextcGeometryShaderPrimitiveCounter.cpp | 857 gl.bufferData(GL_ARRAY_BUFFER, m_sizeOfFeedbackBuffer, DE_NULL, GL_STATIC_COPY); in prepareBufferObjects()
|
D | esextcGeometryShaderLimits.cpp | 854 gl.bufferData(GL_ARRAY_BUFFER, m_buffer_size, 0 /* no start data */, GL_STATIC_COPY); in initTest()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_bufferobjects.c | 266 case GL_STATIC_COPY: in buffer_usage()
|
/external/angle/src/common/ |
D | PackedGLEnums_autogen.cpp | 231 case GL_STATIC_COPY: in FromGLenum() 259 return GL_STATIC_COPY; in ToGLenum()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cComputeShaderTests.cpp | 4001 …rData(GL_SHADER_STORAGE_BUFFER, (GLsizeiptr)(data.size() * sizeof(int)), &data[0], GL_STATIC_COPY); in Run() 4007 glBufferData(GL_SHADER_STORAGE_BUFFER, sizeof(data), data, GL_STATIC_COPY); in Run() 4013 …ata(GL_SHADER_STORAGE_BUFFER, (GLsizeiptr)(data.size() * sizeof(GLint)), &data[0], GL_STATIC_COPY); in Run() 4026 …Data(GL_SHADER_STORAGE_BUFFER, (GLsizeiptr)(data.size() * sizeof(mat4)), &data[0], GL_STATIC_COPY); in Run() 4033 glBufferData(GL_ATOMIC_COUNTER_BUFFER, sizeof(data), data, GL_STATIC_COPY); in Run() 4460 glBufferData(GL_SHADER_STORAGE_BUFFER, 3 * sizeof(vec4) * 2, NULL, GL_STATIC_COPY); in Run() 5269 glBufferData(GL_DISPATCH_INDIRECT_BUFFER, sizeof(num_groups), num_groups, GL_STATIC_COPY); in Run()
|
D | es31cDrawIndirectTests.cpp | 1181 GL_STATIC_COPY); in Run() 1190 GL_STATIC_COPY); in Run() 1199 GL_STATIC_COPY); in Run() 1209 GL_STATIC_COPY); in Run()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | functionsgl_enums.h | 369 #define GL_STATIC_COPY 0x88E6 macro
|
/external/deqp/modules/glshared/ |
D | glsBufferTestUtil.cpp | 163 case GL_STATIC_COPY: return "static_copy"; in getUsageHintName()
|
D | glsLongStressCase.cpp | 94 GL_STATIC_COPY,
|
D | glsVertexArrayTests.cpp | 652 GL_STATIC_COPY, // USAGE_STATIC_COPY, in usageToGL()
|
/external/deqp/framework/opengl/ |
D | gluStrUtil.inl | 417 case GL_STATIC_COPY: return "GL_STATIC_COPY";
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/ |
D | gl3.h | 538 #define GL_STATIC_COPY 0x88E6 macro
|
/external/mesa3d/src/mesa/main/ |
D | bufferobj.c | 2212 bufObj->Usage == GL_STATIC_COPY) && in validate_buffer_sub_data() 3336 bufObj->Usage == GL_STATIC_COPY) && in validate_map_buffer_range()
|
/external/angle/include/GLES3/ |
D | gl3.h | 715 #define GL_STATIC_COPY 0x88E6 macro
|
/external/mesa3d/include/GLES3/ |
D | gl3.h | 715 #define GL_STATIC_COPY 0x88E6 macro
|