Home
last modified time | relevance | path

Searched refs:dummyData (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fNegativeTextureApiTests.cpp513 const vector<deUint8> dummyData (blockBytes); in init()
515 …e2D(GL_TEXTURE_2D, 0, format, blockPixels.x(), blockPixels.y(), 0, (int)blockBytes, &dummyData[0]); in init()
522 const vector<deUint8> dummyData (blockBytes); in init()
524 … glCompressedTexImage2D(faceGL, 0, format, cubeSize, cubeSize, 0, (int)blockBytes, &dummyData[0]); in init()
2693 const vector<deUint8> dummyData (blockBytes); in init()
2695 …, 0, format, blockPixels.x(), blockPixels.y(), blockPixels.z(), 0, (int)blockBytes, &dummyData[0]); in init()
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp981 void* dummyData = thread.getDummyData(m_width*m_height*4); in exec() local
988 …ge2D(GL_TEXTURE_2D, m_level, m_internalFormat, m_width, m_height, 0, m_format, m_type, dummyData)); in exec()
1033 void* dummyData = thread.getDummyData(m_width*m_height*4); in exec() local
1040 …e2D(GL_TEXTURE_2D, m_level, m_xoffset, m_yoffset, m_width, m_height, m_format, m_type, dummyData)); in exec()
1258 void* dummyData = thread.getDummyData(m_size); in exec() local
1265 GLU_CHECK_GLW_CALL(thread.gl, bufferData(m_target, m_size, dummyData, m_usage)); in exec()
1299 void* dummyData = thread.getDummyData(m_size); in exec() local
1306 GLU_CHECK_GLW_CALL(thread.gl, bufferSubData(m_target, m_offset, m_size, dummyData)); in exec()
/external/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp2395 const std::vector<deUint8> dummyData (dummyUploadSize, 0x20); in createBuffer() local
2398 gl.bufferData(GL_ARRAY_BUFFER, dummyUploadSize, &dummyData[0], m_bufferUsage); in createBuffer()
2414 const std::vector<deUint8> dummyData(bufferSize, 0x20); in createBuffer() local
2415 gl.bufferData(GL_ARRAY_BUFFER, bufferSize, &dummyData[0], m_bufferUsage); in createBuffer()
2447 const std::vector<deUint8> dummyData(bufferSize, 0x20); in deleteBuffer() local
2448 gl.bufferData(GL_ARRAY_BUFFER, bufferSize, &dummyData[0], m_bufferUsage); in deleteBuffer()