HomeSort by relevance Sort by last modified time
    Searched refs:deUint8 (Results 226 - 250 of 275) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/deqp/framework/delibs/decpp/
deCommandLine.cpp 47 return static_cast<const NamedValue<deUint8>*>(namedValue)->name;
  /external/deqp/framework/delibs/dethread/
deThreadTest.c 50 deUint8 bytes[16];
  /external/deqp/framework/referencerenderer/
rrRenderer.cpp 57 return ((const deUint8*)ptr)[ndx];
62 deMemcpy(&retVal, (const deUint8*)ptr + ndx * sizeof(deUint16), sizeof(deUint16));
70 deMemcpy(&retVal, (const deUint8*)ptr + ndx * sizeof(deUint32), sizeof(deUint32));
    [all...]
  /external/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp 281 static const deUint8 indices[] = { 0, 1, 2, 2, 1, 3 };
es2fTextureSpecificationTests.cpp 831 vector<deUint8> data;
876 vector<deUint8> data;
    [all...]
  /external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp 101 vector<deUint8> m_texData;
  /external/deqp/modules/gles3/functional/
es3fDepthStencilClearTests.cpp 284 static const deUint8 indices[] = { 0, 1, 2, 2, 1, 3 };
es3fTextureFormatTests.cpp 787 deUint8* data = (deUint8*)compressedTexture.getData();
    [all...]
es3fFragmentOutputTests.cpp 475 vector<deUint8> renderedData;
476 vector<deUint8> referenceData;
    [all...]
es3fShaderStateQueryTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fComputeShaderBuiltinVarTests.cpp 260 const deUint32* resPtr = (const deUint32*)((const deUint8*)ptr + refOffset*outVarInfo.arrayStride);
es31fTextureBorderClampTests.cpp 193 const deUint8 block[BLOCK_SIZE] = { 252, 253, 255, 255, 255, 255, 255, 255, 223, 251, 28, 206, 54, 251, 160, 174 };
197 deMemcpy((deUint8*)dst.getData() + ndx * BLOCK_SIZE, block, BLOCK_SIZE);
205 ((deUint8*)dst.getData())[ndx] = rnd.getUint8();
417 de::ArrayBuffer<deUint8, 4> buffer (texFormat.getPixelSize());
    [all...]
es31fFboTestUtil.cpp 445 vector<deUint8> data (rowSize*height);
es31fMultisampleShaderRenderCase.cpp 498 gl.vertexAttribPointer(location, 4, GL_FLOAT, GL_FALSE, it->second.stride, (deUint8*)DE_NULL + it->second.offset);
  /external/deqp/modules/gles31/stress/
es31sVertexAttributeBindingTests.cpp 441 std::vector<deUint8> dataBuf (m_spec.bufferOffset + m_spec.bufferStride * GRID_SIZE * GRID_SIZE * 6);
  /external/deqp/modules/glshared/
glsVertexArrayTests.hpp 310 typedef WrappedType<deUint8> Ubyte;
glsBuiltinPrecisionTests.cpp 573 deUint8* const data = new deUint8[sizeof(value)];
576 de::insert(m_map, variable.getName(), SharedPtr<deUint8>(data, de::ArrayDeleter<deUint8>()));
582 deUint8* const data = de::lookup(m_map, variable.getName()).get();
588 map<string, SharedPtr<deUint8> > m_map;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesImageSparseResidency.cpp 643 const deUint8* outputData = static_cast<const deUint8*>(allocation.getHostPtr());
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 934 const deUint8* ptr = (const deUint8*)data + m_pixelUnpackSkipRows*rowPitch + m_pixelUnpackSkipPixels*pixelSize;
946 const deUint8* ptr = (const deUint8*)data + m_pixelUnpackSkipImages*slicePitch + m_pixelUnpackSkipRows*rowPitch + m_pixelUnpackSkipPixels*pixelSize;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 552 deUint8* const data = new deUint8[sizeof(value)];
555 de::insert(m_map, variable.getName(), SharedPtr<deUint8>(data, de::ArrayDeleter<deUint8>()));
561 deUint8* const data = de::lookup(m_map, variable.getName()).get();
567 map<string, SharedPtr<deUint8> > m_map;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCopiesAndBlittingTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageLoadStoreTests.cpp 700 deUint8* const basePtr = static_cast<deUint8*>(alloc.getHostPtr());
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateRSTests.cpp 246 deUint8* ptr = reinterpret_cast<unsigned char *>(m_vertexBuffer->getBoundMemory().getHostPtr());
  /external/deqp/framework/common/
tcuCommandLine.cpp 236 const char chVal = (char)(deUint8)(ch & 0xff);
  /external/deqp/modules/egl/
teglCreateContextExtTests.cpp 861 deUint8 robustAccessGL;
    [all...]

Completed in 3579 milliseconds

1 2 3 4 5 6 7 8 91011