HomeSort by relevance Sort by last modified time
    Searched refs:queryType (Results 1 - 25 of 48) sorted by null

1 2

  /external/deqp/modules/glshared/
glsTextureStateQueryTests.hpp 78 tcu::TestCase* createTexParamTest (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const std::string& name, const std::string& description, StateQueryUtil::QueryType queryType, glw::GLenum target, TesterType tester);
79 tcu::TestCase* createSamplerParamTest (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const std::string& name, const std::string& description, StateQueryUtil::QueryType queryType, TesterType tester);
glsTextureStateQueryTests.cpp 90 static bool querySupportsSigned (QueryType type)
281 static bool isCoreQuery (QueryType query)
293 static RequiredExtensions getQueryExtension (QueryType query)
370 static bool isCoreQuery (QueryType query)
375 static RequiredExtensions getQueryExtension (QueryType query)
480 static bool isCoreQuery (QueryType query)
494 static RequiredExtensions getQueryExtension (QueryType query)
580 static bool isCoreQuery (const glu::ContextType& contextType, QueryType query)
644 static RequiredExtensions getQueryExtension (const glu::ContextType& contextType, QueryType query)
687 QueryType type)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaWindowAdapter.java 242 int queryType;
245 public QuerySpec(int queryType) {
246 this.queryType = queryType;
256 result = prime * result + queryType;
276 || queryType != other.queryType || start != other.start
764 private DayAdapterInfo pruneAdapterInfo(int queryType) {
769 if (queryType == QUERY_TYPE_NEWER) {
771 } else if (queryType == QUERY_TYPE_OLDER)
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_query.c 46 switch (pCreateInfo->queryType) {
62 pool->type = pCreateInfo->queryType;
  /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/parser/
SqlParser.kt 38 val queryType: QueryType
41 queryType = (0..statement.childCount - 1).map {
43 }.filterNot { it == QueryType.UNKNOWN }.firstOrNull() ?: QueryType.UNKNOWN
48 private fun findQueryType(statement: ParseTree): QueryType {
54 QueryType.SELECT
58 QueryType.DELETE
61 QueryType.INSERT
64 QueryType.UPDAT
    [all...]
  /external/deqp/modules/gles2/functional/
es2fIntegerStateQueryTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fIntegerStateQueryTests.cpp     [all...]
  /external/mesa3d/src/amd/vulkan/
radv_query.c 68 switch(pCreateInfo->queryType) {
84 pool->type = pCreateInfo->queryType;
  /external/deqp/modules/gles31/functional/
es31fDebugTests.cpp     [all...]
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientAlternatesAdapter.java 394 Long directoryId, String lookupKey, int queryType,
400 if (queryType == QUERY_TYPE_EMAIL) {
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 412 private void setModelIfDone(int queryType) {
414 mOutstandingQueries &= ~queryType;
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar 
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
vk_safe_struct.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
vk_safe_struct.cpp     [all...]
  /external/vulkan-validation-layers/tests/
vktestbinding.h 653 info.queryType = type;
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_validate_helper.h     [all...]
vk_safe_struct.h 283 VkQueryType queryType;
    [all...]
vk_struct_wrappers.h     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp 996 VkQueryType queryType;
1003 : queryType (queryType_)
1026 params.queryType,
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkStructTypes.inl 466 VkQueryType queryType;
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]
vulkan.h     [all...]
  /development/ndk/platforms/android-24/include/vulkan/
vulkan.h     [all...]
  /external/mesa3d/include/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp     [all...]

Completed in 1265 milliseconds

1 2