/external/tensorflow/tensorflow/lite/delegates/gpu/gl/runtime/ |
D | shared_buffer.h | 64 GL_STATIC_READ)); in CreateSharedGlBuffer()
|
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/ |
D | esextcGPUShader5FmaPrecision.cpp | 200 gl.bufferData(GL_ARRAY_BUFFER, sizeof(m_data_a), m_data_a, GL_STATIC_READ); in initTest() 205 gl.bufferData(GL_ARRAY_BUFFER, sizeof(m_data_b), m_data_b, GL_STATIC_READ); in initTest() 210 gl.bufferData(GL_ARRAY_BUFFER, sizeof(m_data_c), m_data_c, GL_STATIC_READ); in initTest()
|
D | esextcGPUShader5UniformBlocksArrayIndexing.cpp | 199 m_position_data + m_n_position_components * index_value, GL_STATIC_READ); in iterate()
|
/external/deqp/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferBufferParameters.cpp | 218 gl.bufferData(m_glExtTokens.TEXTURE_BUFFER, m_bo_size, DE_NULL, GL_STATIC_READ); in iterate() 229 …test_passed = queryBufferParameteriv(m_glExtTokens.TEXTURE_BUFFER, GL_BUFFER_USAGE, GL_STATIC_READ… in iterate()
|
D | esextcTextureBufferParameters.cpp | 167 GL_STATIC_READ); in iterate() 196 &data_phase_two[0], GL_STATIC_READ); in iterate()
|
D | esextcTextureBufferErrors.cpp | 107 gl.bufferData(m_glExtTokens.TEXTURE_BUFFER, m_bo_size, DE_NULL, GL_STATIC_READ); in initTest()
|
D | esextcTextureBufferParamValueIntToFloatConversion.cpp | 100 GL_STATIC_READ); in initTest()
|
/external/angle/src/tests/gl_tests/ |
D | ExternalBufferTest.cpp | 162 glBufferData(GL_COPY_READ_BUFFER, kBufferSize, copyReadBufferData.data(), GL_STATIC_READ); in TEST_P() 311 glBufferData(GL_COPY_READ_BUFFER, kBufferSize, copyReadBufferData.data(), GL_STATIC_READ); in TEST_P()
|
D | BufferDataTest.cpp | 438 glBufferData(GL_PIXEL_UNPACK_BUFFER, dstData.size(), dstData.data(), GL_STATIC_READ); in TEST_P() 513 glBufferData(GL_PIXEL_UNPACK_BUFFER, dstData.size(), dstData.data(), GL_STATIC_READ); in TEST_P() 585 glBufferData(GL_COPY_WRITE_BUFFER, dstData.size(), dstData.data(), GL_STATIC_READ); in TEST_P()
|
/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 | 698 glBufferData (GL_ARRAY_BUFFER, 32, &data[0], GL_STATIC_READ); in init()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
D | gl_buffer.h | 266 GL_STATIC_READ)); in CreateReadOnlyShaderStorageBuffer()
|
/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 | 307 gl.bufferData(GL_SHADER_STORAGE_BUFFER, outBlockInfo.dataSize, &emptyData[0], GL_STATIC_READ); in iterate()
|
D | es31fShaderAtomicOpTests.cpp | 225 gl.bufferData(GL_SHADER_STORAGE_BUFFER, blockInfo.dataSize, &bufData[0], GL_STATIC_READ); in iterate() 1032 gl.bufferData(GL_SHADER_STORAGE_BUFFER, blockInfo.dataSize, &bufData[0], GL_STATIC_READ); in iterate()
|
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySubImage3D.cpp | 299 &m_copy_data_buffer[0], GL_STATIC_READ); in configurePixelUnpackBuffer()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_bufferobjects.c | 261 case GL_STATIC_READ: in buffer_usage()
|
/external/angle/src/common/ |
D | PackedGLEnums_autogen.cpp | 242 case GL_STATIC_READ: in FromGLenum() 270 return GL_STATIC_READ; in ToGLenum()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | functionsgl_enums.h | 371 #define GL_STATIC_READ 0x88E5 macro
|
/external/deqp/modules/glshared/ |
D | glsBufferTestUtil.cpp | 162 case GL_STATIC_READ: return "static_read"; in getUsageHintName()
|
/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderAPI.cpp | 1689 …L_ARRAY_BUFFER, sizeof(glw::GLfloat) * 4 /* four float vector components */, NULL, GL_STATIC_READ); in iterate() 2050 GL_STATIC_READ); in iterate()
|
/external/deqp/framework/opengl/ |
D | gluStrUtil.inl | 416 case GL_STATIC_READ: return "GL_STATIC_READ";
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cTextureStorageMultisampleFunctionalTests.cpp | 2785 gl.bufferData(GL_TRANSFORM_FEEDBACK_BUFFER, sizeof(float), NULL, GL_STATIC_READ); in iterate()
|