Searched refs:dummyData (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeTextureApiTests.cpp | 513 const vector<deUint8> dummyData (blockBytes); in init() 515 …xImage2D(GL_TEXTURE_2D, 0, format, blockPixels.x(), blockPixels.y(), 0, blockBytes, &dummyData[0]); in init() 522 const vector<deUint8> dummyData (blockBytes); in init() 524 glCompressedTexImage2D(faceGL, 0, format, cubeSize, cubeSize, 0, blockBytes, &dummyData[0]); in init() 2693 const vector<deUint8> dummyData (blockBytes); in init() 2695 …RE_3D, 0, format, blockPixels.x(), blockPixels.y(), blockPixels.z(), 0, blockBytes, &dummyData[0]); in init()
|
/external/deqp/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 981 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/ |
D | es3pBufferDataUploadTests.cpp | 2395 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()
|