OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uniformSize
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferViewAccessTests.cpp
321
const VkDeviceSize
uniformSize
= testCase.bufferSize * sizeof(deUint32);
327
uniformSize
, // VkDeviceSize size;
338
deMemcpy(m_uniformBufferAlloc->getHostPtr(), uniformData.data(), (size_t)
uniformSize
);
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java
345
IGLProperty
uniformSize
= new GLIntegerProperty(GLStateType.UNIFORM_SIZE,
350
uniformName, uniformType,
uniformSize
, uniformValue);
Completed in 77 milliseconds