HomeSort by relevance Sort by last modified time
    Searched refs:bufferType (Results 26 - 42 of 42) sorted by null

12

  /external/skia/src/gpu/gl/
GrGLBuffer.cpp 51 inline static GrGLenum gr_to_gl_access_pattern(GrGpuBufferType bufferType,
93 return usageType(bufferType, accessPattern);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowTextView.java 31 private TextView.BufferType bufferType = TextView.BufferType.NORMAL;
  /frameworks/av/media/libstagefright/omx/
SoftVideoEncoderOMXComponent.cpp 528 MetadataBufferType bufferType = *(MetadataBufferType *)src;
529 bool usingANWBuffer = bufferType == kMetadataBufferTypeANWBuffer;
530 if (!usingANWBuffer && bufferType != kMetadataBufferTypeGrallocSource) {
531 ALOGE("Unsupported metadata type (%d)", bufferType);
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemBufferValidator.hpp 72 enum BufferType {
77 void initBufferValidatorPrograms (vk::SourceCollections& programCollection, TestType testType, BufferType bufferType);
78 vk::VkDescriptorType getDescriptorType (BufferType bufferType);
111 BufferType m_bufferType;
  /external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp     [all...]
es3fLifetimeTests.cpp 310 BufferTfAttacher (lt::Context& ctx, Type& bufferType, Type& tfType)
311 : Attacher (ctx, bufferType, tfType) {}
es3fIntegerStateQueryTests.cpp     [all...]
  /external/skqp/src/gpu/
GrBufferAllocPool.cpp 39 GrBufferAllocPool::GrBufferAllocPool(GrGpu* gpu, GrBufferType bufferType, void* initialBuffer)
40 : fBlocks(8), fGpu(gpu), fBufferType(bufferType), fInitialCpuData(initialBuffer) {
  /external/skia/src/gpu/
GrBufferAllocPool.cpp 88 GrBufferAllocPool::GrBufferAllocPool(GrGpu* gpu, GrGpuBufferType bufferType,
93 , fBufferType(bufferType) {}
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineDynamicOffsetTests.cpp 669 const string bufferType = m_params.descriptorType == VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC ? "uniform" : "readonly buffer";
677 string("layout(set = 0, binding = ") + b + ") " + bufferType + " Block" + b + "\n"
    [all...]
vktPipelinePushDescriptorTests.cpp 639 const string bufferType = m_params.descriptorType == VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER ? "uniform" : "buffer";
645 "layout(set = 0, binding = " + de::toString(m_params.binding) + ") " + bufferType + " Block\n"
    [all...]
  /external/deqp-deps/glslang/hlsl/
hlslParseHelper.h 156 void declareStructBufferCounter(const TSourceLoc& loc, const TType& bufferType, const TString& name);
hlslParseHelper.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeBasicComputeShaderTests.cpp 104 enum BufferType
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperation.cpp 59 enum BufferType
    [all...]
  /external/deqp/modules/gles2/functional/
es2fIntegerStateQueryTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmTypeTests.cpp 895 const string bufferType = (scalarInput) ? "%scalarbufptr" : "%bufptr";
897 return "%input" + de::toString(numInput) + " = OpVariable " + bufferType + " Uniform\n";
    [all...]

Completed in 762 milliseconds

12