Home
last modified time | relevance | path

Searched defs:context (Results 1 – 25 of 6261) sorted by relevance

12345678910>>...251

/external/libchrome/mojo/public/cpp/bindings/tests/
Dvalidation_context_unittest.cc31 internal::ValidationContext context( in TEST() local
47 internal::ValidationContext context(ToPtr(0), 0, num_handles, 0); in TEST() local
60 internal::ValidationContext context(ToPtr(0), 0, 0, in TEST() local
77 internal::ValidationContext context(ToPtr(1234), 100, 0, 0); in TEST() local
103 internal::ValidationContext context(ToPtr(1234), 100, 0, 0); in TEST() local
114 internal::ValidationContext context(ToPtr(1234), 0, 0, 0); in TEST() local
121 internal::ValidationContext context( in TEST() local
139 internal::ValidationContext context(ToPtr(0), 0, 10, 0); in TEST() local
161 internal::ValidationContext context(ToPtr(0), 0, 0, 0); in TEST() local
175 internal::ValidationContext context( in TEST() local
[all …]
/external/angle/src/libANGLE/renderer/gl/
DQueryGL.cpp87 angle::Result StandardQueryGL::begin(const gl::Context *context) in begin()
93 angle::Result StandardQueryGL::end(const gl::Context *context) in end()
98 angle::Result StandardQueryGL::queryCounter(const gl::Context *context) in queryCounter()
113 angle::Result StandardQueryGL::getResultBase(const gl::Context *context, T *params) in getResultBase()
124 angle::Result StandardQueryGL::getResult(const gl::Context *context, GLint *params) in getResult()
129 angle::Result StandardQueryGL::getResult(const gl::Context *context, GLuint *params) in getResult()
134 angle::Result StandardQueryGL::getResult(const gl::Context *context, GLint64 *params) in getResult()
139 angle::Result StandardQueryGL::getResult(const gl::Context *context, GLuint64 *params) in getResult()
144 angle::Result StandardQueryGL::isResultAvailable(const gl::Context *context, bool *available) in isResultAvailable()
153 angle::Result StandardQueryGL::pause(const gl::Context *context) in pause()
[all …]
/external/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c38 struct tegra_context *context = to_tegra_context(pcontext); in tegra_destroy() local
51 struct tegra_context *context = to_tegra_context(pcontext); in tegra_draw_vbo() local
79 struct tegra_context *context = to_tegra_context(pcontext); in tegra_render_condition() local
88 struct tegra_context *context = to_tegra_context(pcontext); in tegra_create_query() local
98 struct tegra_context *context = to_tegra_context(pcontext); in tegra_create_batch_query() local
107 struct tegra_context *context = to_tegra_context(pcontext); in tegra_destroy_query() local
115 struct tegra_context *context = to_tegra_context(pcontext); in tegra_begin_query() local
123 struct tegra_context *context = to_tegra_context(pcontext); in tegra_end_query() local
134 struct tegra_context *context = to_tegra_context(pcontext); in tegra_get_query_result() local
149 struct tegra_context *context = to_tegra_context(pcontext); in tegra_get_query_result_resource() local
[all …]
/external/icu/icu4c/source/i18n/
DdecContext.cpp47 U_CAPI decContext * U_EXPORT2 uprv_decContextClearStatus(decContext *context, uInt mask) { in uprv_decContextClearStatus()
65 U_CAPI decContext * U_EXPORT2 uprv_decContextDefault(decContext *context, Int kind) { in uprv_decContextDefault()
130 U_CAPI enum rounding U_EXPORT2 uprv_decContextGetRounding(decContext *context) { in uprv_decContextGetRounding()
142 U_CAPI uInt U_EXPORT2 uprv_decContextGetStatus(decContext *context) { in uprv_decContextGetStatus()
158 U_CAPI decContext * U_EXPORT2 uprv_decContextRestoreStatus(decContext *context, in uprv_decContextRestoreStatus()
175 U_CAPI uInt U_EXPORT2 uprv_decContextSaveStatus(decContext *context, uInt mask) { in uprv_decContextSaveStatus()
188 U_CAPI decContext * U_EXPORT2 uprv_decContextSetRounding(decContext *context, in uprv_decContextSetRounding()
204 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatus(decContext *context, uInt status) { in uprv_decContextSetStatus()
225 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatusFromString(decContext *context, in uprv_decContextSetStatusFromString()
276 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatusFromStringQuiet(decContext *context, in uprv_decContextSetStatusFromStringQuiet()
[all …]
/external/angle/src/libANGLE/
DvalidationES1.cpp19 #define ANGLE_VALIDATE_IS_GLES1(context, entryPoint) \ argument
33 bool ValidateAlphaFuncCommon(const Context *context, in ValidateAlphaFuncCommon()
54 bool ValidateClientStateCommon(const Context *context, in ValidateClientStateCommon()
80 bool ValidateBuiltinVertexAttributeCommon(const Context *context, in ValidateBuiltinVertexAttributeCommon()
171 bool ValidateLightCaps(const Context *context, angle::EntryPoint entryPoint, GLenum light) in ValidateLightCaps()
182 bool ValidateLightCommon(const Context *context, in ValidateLightCommon()
237 bool ValidateLightSingleComponent(const Context *context, in ValidateLightSingleComponent()
257 bool ValidateMaterialCommon(const Context *context, in ValidateMaterialCommon()
285 bool ValidateMaterialSetting(const Context *context, in ValidateMaterialSetting()
302 bool ValidateMaterialQuery(const Context *context, in ValidateMaterialQuery()
[all …]
DvalidationGL3.cpp13 bool ValidateBeginConditionalRender(const Context *context, in ValidateBeginConditionalRender()
21 bool ValidateBindFragDataLocation(const Context *context, in ValidateBindFragDataLocation()
30 bool ValidateClampColor(const Context *context, in ValidateClampColor()
38 bool ValidateEndConditionalRender(const Context *context, angle::EntryPoint entryPoint) in ValidateEndConditionalRender()
43 bool ValidateFramebufferTexture1D(const Context *context, in ValidateFramebufferTexture1D()
54 bool ValidateFramebufferTexture3D(const Context *context, in ValidateFramebufferTexture3D()
66 bool ValidateVertexAttribI1i(const Context *context, in ValidateVertexAttribI1i()
74 bool ValidateVertexAttribI1iv(const Context *context, in ValidateVertexAttribI1iv()
82 bool ValidateVertexAttribI1ui(const Context *context, in ValidateVertexAttribI1ui()
90 bool ValidateVertexAttribI1uiv(const Context *context, in ValidateVertexAttribI1uiv()
[all …]
DvalidationGL2.cpp14 bool ValidateGetVertexAttribdv(const Context *context, in ValidateGetVertexAttribdv()
23 bool ValidateVertexAttrib1d(const Context *context, in ValidateVertexAttrib1d()
31 bool ValidateVertexAttrib1dv(const Context *context, in ValidateVertexAttrib1dv()
39 bool ValidateVertexAttrib1s(const Context *context, in ValidateVertexAttrib1s()
47 bool ValidateVertexAttrib1sv(const Context *context, in ValidateVertexAttrib1sv()
55 bool ValidateVertexAttrib2d(const Context *context, in ValidateVertexAttrib2d()
64 bool ValidateVertexAttrib2dv(const Context *context, in ValidateVertexAttrib2dv()
72 bool ValidateVertexAttrib2s(const Context *context, in ValidateVertexAttrib2s()
81 bool ValidateVertexAttrib2sv(const Context *context, in ValidateVertexAttrib2sv()
89 bool ValidateVertexAttrib3d(const Context *context, in ValidateVertexAttrib3d()
[all …]
DSampler.cpp31 void Sampler::onDestroy(const Context *context) in onDestroy()
39 void Sampler::setLabel(const Context *context, const std::string &label) in setLabel()
49 void Sampler::setMinFilter(const Context *context, GLenum minFilter) in setMinFilter()
60 void Sampler::setMagFilter(const Context *context, GLenum magFilter) in setMagFilter()
71 void Sampler::setWrapS(const Context *context, GLenum wrapS) in setWrapS()
82 void Sampler::setWrapT(const Context *context, GLenum wrapT) in setWrapT()
93 void Sampler::setWrapR(const Context *context, GLenum wrapR) in setWrapR()
104 void Sampler::setMaxAnisotropy(const Context *context, float maxAnisotropy) in setMaxAnisotropy()
115 void Sampler::setMinLod(const Context *context, GLfloat minLod) in setMinLod()
126 void Sampler::setMaxLod(const Context *context, GLfloat maxLod) in setMaxLod()
[all …]
DvalidationGL4.cpp14 bool ValidateBeginQueryIndexed(const Context *context, in ValidateBeginQueryIndexed()
23 bool ValidateDrawTransformFeedback(const Context *context, in ValidateDrawTransformFeedback()
31 bool ValidateDrawTransformFeedbackStream(const Context *context, in ValidateDrawTransformFeedbackStream()
40 bool ValidateEndQueryIndexed(const Context *context, in ValidateEndQueryIndexed()
48 bool ValidateGetActiveSubroutineName(const Context *context, in ValidateGetActiveSubroutineName()
60 bool ValidateGetActiveSubroutineUniformName(const Context *context, in ValidateGetActiveSubroutineUniformName()
72 bool ValidateGetActiveSubroutineUniformiv(const Context *context, in ValidateGetActiveSubroutineUniformiv()
83 bool ValidateGetProgramStageiv(const Context *context, in ValidateGetProgramStageiv()
93 bool ValidateGetQueryIndexediv(const Context *context, in ValidateGetQueryIndexediv()
103 bool ValidateGetSubroutineIndex(const Context *context, in ValidateGetSubroutineIndex()
[all …]
DvalidationES2.cpp39 bool IsPartialBlit(const Context *context, in IsPartialBlit()
148 bool IsValidCopyTextureDestinationFormatType(const Context *context, in IsValidCopyTextureDestinationFormatType()
175 bool IsValidCopyTextureDestinationTargetEnum(const Context *context, TextureTarget target) in IsValidCopyTextureDestinationTargetEnum()
196 bool IsValidCopyTextureDestinationTarget(const Context *context, in IsValidCopyTextureDestinationTarget()
203 bool IsValidCopyTextureSourceTarget(const Context *context, TextureType type) in IsValidCopyTextureSourceTarget()
220 bool IsValidCopyTextureSourceLevel(const Context *context, TextureType type, GLint level) in IsValidCopyTextureSourceLevel()
235 bool IsValidCopyTextureDestinationLevel(const Context *context, in IsValidCopyTextureDestinationLevel()
324 static inline bool Valid1to4ComponentFloatColorBufferFormat(const Context *context, GLenum format) in Valid1to4ComponentFloatColorBufferFormat()
334 static inline bool Valid2to4ComponentFloatColorBufferFormat(const Context *context, GLenum format) in Valid2to4ComponentFloatColorBufferFormat()
342 static inline bool Valid3to4ComponentFloatColorBufferFormat(const Context *context, GLenum format) in Valid3to4ComponentFloatColorBufferFormat()
[all …]
DQuery.cpp25 void Query::onDestroy(const Context *context) in onDestroy()
31 void Query::setLabel(const Context *context, const std::string &label) in setLabel()
41 angle::Result Query::begin(const Context *context) in begin()
46 angle::Result Query::end(const Context *context) in end()
51 angle::Result Query::queryCounter(const Context *context) in queryCounter()
56 angle::Result Query::getResult(const Context *context, GLint *params) in getResult()
61 angle::Result Query::getResult(const Context *context, GLuint *params) in getResult()
66 angle::Result Query::getResult(const Context *context, GLint64 *params) in getResult()
71 angle::Result Query::getResult(const Context *context, GLuint64 *params) in getResult()
76 angle::Result Query::isResultAvailable(const Context *context, bool *available) in isResultAvailable()
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/javaparser/contexts/
DClassOrInterfaceDeclarationContextResolutionTest.java66 … Context context = new ClassOrInterfaceDeclarationContext(classOrInterfaceDeclaration, typeSolver); in getParentForTopClass() local
76 … Context context = new ClassOrInterfaceDeclarationContext(classOrInterfaceDeclaration, typeSolver); in solveExistingGenericType() local
96 … Context context = new ClassOrInterfaceDeclarationContext(classOrInterfaceDeclaration, typeSolver); in solveUnexistingGenericType() local
107 … Context context = new ClassOrInterfaceDeclarationContext(classOrInterfaceDeclaration, typeSolver); in solveSymbolReferringToDeclaredInstanceField() local
118 … Context context = new ClassOrInterfaceDeclarationContext(classOrInterfaceDeclaration, typeSolver); in solveSymbolReferringToDeclaredStaticField() local
129 … Context context = new ClassOrInterfaceDeclarationContext(classOrInterfaceDeclaration, typeSolver); in solveSymbolReferringToInheritedInstanceField() local
140 … Context context = new ClassOrInterfaceDeclarationContext(classOrInterfaceDeclaration, typeSolver); in solveSymbolReferringToInterfaceInheritedInstanceField() local
151 … Context context = new ClassOrInterfaceDeclarationContext(classOrInterfaceDeclaration, typeSolver); in solveSymbolReferringToInheritedStaticField() local
162 … Context context = new ClassOrInterfaceDeclarationContext(classOrInterfaceDeclaration, typeSolver); in solveSymbolReferringToUnknownElement() local
172 … Context context = new ClassOrInterfaceDeclarationContext(classOrInterfaceDeclaration, typeSolver); in solveSymbolAsValueReferringToDeclaredInstanceField() local
[all …]
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMap.java105 public IRubyObject initialize(ThreadContext context, IRubyObject[] args) { in initialize()
150 public IRubyObject indexSet(ThreadContext context, IRubyObject key, IRubyObject value) { in indexSet()
171 public IRubyObject index(ThreadContext context, IRubyObject key) { in index()
191 public IRubyObject eq(ThreadContext context, IRubyObject _other) { in eq()
227 public IRubyObject hash(ThreadContext context) { in hash()
247 public IRubyObject keys(ThreadContext context) { in keys()
258 public IRubyObject values(ThreadContext context) { in values()
269 public IRubyObject clear(ThreadContext context) { in clear()
283 public IRubyObject each(ThreadContext context, Block block) { in each()
298 public IRubyObject delete(ThreadContext context, IRubyObject key) { in delete()
[all …]
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp35 Context *context = GetValidGlobalContext(); in GL_Accum() local
58 Context *context = GetValidGlobalContext(); in GL_AlphaFunc() local
83 Context *context = GetValidGlobalContext(); in GL_Begin() local
112 Context *context = GetValidGlobalContext(); in GL_Bitmap() local
139 Context *context = GetValidGlobalContext(); in GL_BlendFunc() local
164 Context *context = GetValidGlobalContext(); in GL_CallList() local
186 Context *context = GetValidGlobalContext(); in GL_CallLists() local
210 Context *context = GetValidGlobalContext(); in GL_Clear() local
233 Context *context = GetValidGlobalContext(); in GL_ClearAccum() local
257 Context *context = GetValidGlobalContext(); in GL_ClearColor() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiNullHandleTests.cpp42 inline void release (Context& context, VkBuffer buffer, const VkAllocationCallbacks* pAllocator) in release()
47 inline void release (Context& context, VkBufferView bufferView, const VkAllocationCallbacks* pAlloc… in release()
52 inline void release (Context& context, VkCommandPool commandPool, const VkAllocationCallbacks* pAll… in release()
57 inline void release (Context& context, VkDescriptorPool descriptorPool, const VkAllocationCallbacks… in release()
62 inline void release (Context& context, VkDescriptorSetLayout descriptorSetLayout, const VkAllocatio… in release()
67 inline void release (Context& context, VkDevice device, const VkAllocationCallbacks* pAllocator) in release()
72 inline void release (Context& context, VkEvent event, const VkAllocationCallbacks* pAllocator) in release()
77 inline void release (Context& context, VkFence fence, const VkAllocationCallbacks* pAllocator) in release()
82 inline void release (Context& context, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAll… in release()
87 inline void release (Context& context, VkImage image, const VkAllocationCallbacks* pAllocator) in release()
[all …]
/external/deqp/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.hpp316 SizedDeclarationsPrimitive(Context& context) in SizedDeclarationsPrimitive()
339 SizedDeclarationsStructTypes1(Context& context) in SizedDeclarationsStructTypes1()
363 SizedDeclarationsStructTypes2(Context& context) in SizedDeclarationsStructTypes2()
389 SizedDeclarationsStructTypes3(Context& context) in SizedDeclarationsStructTypes3()
413 SizedDeclarationsStructTypes4(Context& context) in SizedDeclarationsStructTypes4()
438 SizedDeclarationsTypenameStyle1(Context& context) in SizedDeclarationsTypenameStyle1()
463 SizedDeclarationsTypenameStyle2(Context& context) in SizedDeclarationsTypenameStyle2()
489 SizedDeclarationsTypenameStyle3(Context& context) in SizedDeclarationsTypenameStyle3()
516 SizedDeclarationsTypenameStyle4(Context& context) in SizedDeclarationsTypenameStyle4()
541 SizedDeclarationsTypenameStyle5(Context& context) in SizedDeclarationsTypenameStyle5()
[all …]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBaseTraversers.java211 public int next(int context, int current) in next()
226 public int next(int context, int current, int expandedTypeID) in next()
256 public int first(int context) in first()
273 public int first(int context, int expandedTypeID) in first()
294 public int next(int context, int current) in next()
310 public int next(int context, int current, int expandedTypeID) in next()
408 public int first(int context) in first()
427 public int first(int context, int expandedTypeID) in first()
460 public int next(int context, int current) in next()
475 public int next(int context, int current, int expandedTypeID) in next()
[all …]
/external/flatbuffers/tests/
Dmonster_test.grpc.fb.h39 …aderInterface< flatbuffers::grpc::Message<Stat>>> AsyncStore(::grpc::ClientContext* context, const… in AsyncStore()
42 …erface< flatbuffers::grpc::Message<Stat>>> PrepareAsyncStore(::grpc::ClientContext* context, const… in PrepareAsyncStore()
45 …derInterface< flatbuffers::grpc::Message<Monster>>> Retrieve(::grpc::ClientContext* context, const… in Retrieve()
48 …terface< flatbuffers::grpc::Message<Monster>>> AsyncRetrieve(::grpc::ClientContext* context, const… in AsyncRetrieve()
51 …< flatbuffers::grpc::Message<Monster>>> PrepareAsyncRetrieve(::grpc::ClientContext* context, const… in PrepareAsyncRetrieve()
54 …erface< flatbuffers::grpc::Message<Monster>>> GetMaxHitPoint(::grpc::ClientContext* context, flatb… in GetMaxHitPoint()
57 …e< flatbuffers::grpc::Message<Monster>>> AsyncGetMaxHitPoint(::grpc::ClientContext* context, flatb… in AsyncGetMaxHitPoint()
60 …buffers::grpc::Message<Monster>>> PrepareAsyncGetMaxHitPoint(::grpc::ClientContext* context, flatb… in PrepareAsyncGetMaxHitPoint()
63 …e<Monster>, flatbuffers::grpc::Message<Stat>>> GetMinMaxHitPoints(::grpc::ClientContext* context) { in GetMinMaxHitPoints()
66 …, flatbuffers::grpc::Message<Stat>>> AsyncGetMinMaxHitPoints(::grpc::ClientContext* context, ::grp… in AsyncGetMinMaxHitPoints()
[all …]
Dmonster_test.grpc.fb.cc38 ::grpc::Status MonsterStorage::Stub::Store(::grpc::ClientContext* context, const flatbuffers::grpc:… in Store()
42 …s::grpc::Message<Stat>>* MonsterStorage::Stub::AsyncStoreRaw(::grpc::ClientContext* context, const… in AsyncStoreRaw()
46 …::Message<Stat>>* MonsterStorage::Stub::PrepareAsyncStoreRaw(::grpc::ClientContext* context, const… in PrepareAsyncStoreRaw()
50 …::grpc::Message<Monster>>* MonsterStorage::Stub::RetrieveRaw(::grpc::ClientContext* context, const… in RetrieveRaw()
54 …c::Message<Monster>>* MonsterStorage::Stub::AsyncRetrieveRaw(::grpc::ClientContext* context, const… in AsyncRetrieveRaw()
58 …age<Monster>>* MonsterStorage::Stub::PrepareAsyncRetrieveRaw(::grpc::ClientContext* context, const… in PrepareAsyncRetrieveRaw()
62 …::Message<Monster>>* MonsterStorage::Stub::GetMaxHitPointRaw(::grpc::ClientContext* context, flatb… in GetMaxHitPointRaw()
66 …sage<Monster>>* MonsterStorage::Stub::AsyncGetMaxHitPointRaw(::grpc::ClientContext* context, flatb… in AsyncGetMaxHitPointRaw()
70 …nster>>* MonsterStorage::Stub::PrepareAsyncGetMaxHitPointRaw(::grpc::ClientContext* context, flatb… in PrepareAsyncGetMaxHitPointRaw()
74 …grpc::Message<Stat>>* MonsterStorage::Stub::GetMinMaxHitPointsRaw(::grpc::ClientContext* context) { in GetMinMaxHitPointsRaw()
[all …]
/external/robolectric-shadows/shadows/playservices/src/main/java/org/robolectric/shadows/gms/
DShadowGoogleAuthUtil.java46 public static synchronized void clearToken(Context context, String token) in clearToken()
52 public static synchronized List<AccountChangeEvent> getAccountChangeEvents(Context context, in getAccountChangeEvents()
65 public static synchronized String getToken(Context context, Account account, String scope) in getToken()
71 public static synchronized String getToken(Context context, Account account, String scope, in getToken()
77 public static synchronized String getToken(Context context, String accountName, String scope) in getToken()
83 public static synchronized String getToken(Context context, String accountName, String scope, in getToken()
89 public static synchronized String getTokenWithNotification(Context context, Account account, in getTokenWithNotification()
96 public static synchronized String getTokenWithNotification(Context context, Account account, in getTokenWithNotification()
104 public static synchronized String getTokenWithNotification(Context context, Account account, in getTokenWithNotification()
112 public static synchronized String getTokenWithNotification(Context context, String accountName, in getTokenWithNotification()
[all …]
/external/robolectric/shadows/playservices/src/main/java/org/robolectric/shadows/gms/
DShadowGoogleAuthUtil.java46 public static synchronized void clearToken(Context context, String token) in clearToken()
52 public static synchronized List<AccountChangeEvent> getAccountChangeEvents(Context context, in getAccountChangeEvents()
65 public static synchronized String getToken(Context context, Account account, String scope) in getToken()
71 public static synchronized String getToken(Context context, Account account, String scope, in getToken()
77 public static synchronized String getToken(Context context, String accountName, String scope) in getToken()
83 public static synchronized String getToken(Context context, String accountName, String scope, in getToken()
89 public static synchronized String getTokenWithNotification(Context context, Account account, in getTokenWithNotification()
96 public static synchronized String getTokenWithNotification(Context context, Account account, in getTokenWithNotification()
104 public static synchronized String getTokenWithNotification(Context context, Account account, in getTokenWithNotification()
112 public static synchronized String getTokenWithNotification(Context context, String accountName, in getTokenWithNotification()
[all …]
/external/setupcompat/partnerconfig/java/com/google/android/setupcompat/partnerconfig/
DPartnerConfigHelper.java110 public static synchronized PartnerConfigHelper get(@NonNull Context context) { in get()
117 private static boolean isValidInstance(@NonNull Context context) { in isValidInstance()
144 private PartnerConfigHelper(Context context) { in PartnerConfigHelper()
178 public int getColor(@NonNull Context context, PartnerConfig resourceConfig) { in getColor()
222 public Drawable getDrawable(@NonNull Context context, PartnerConfig resourceConfig) { in getDrawable()
266 public String getString(@NonNull Context context, PartnerConfig resourceConfig) { in getString()
299 public List<String> getStringArray(@NonNull Context context, PartnerConfig resourceConfig) { in getStringArray()
331 public boolean getBoolean( in getBoolean()
362 public float getDimension(@NonNull Context context, PartnerConfig resourceConfig) { in getDimension()
375 public float getDimension( in getDimension()
[all …]
/external/angle/src/compiler/translator/
Dglslang.l137 TParseContext* context = yyextra; variable
502 static bool is_extension_enabled_or_is_core(TParseContext *context, in is_extension_enabled_or_is_core()
514 int ES2_reserved_ES3_keyword(TParseContext *context, int token) in ES2_reserved_ES3_keyword()
526 int ES2_keyword_ES3_reserved(TParseContext *context, int token) in ES2_keyword_ES3_reserved()
538 int ES3_reserved_ES3_1_keyword(TParseContext *context, int token) in ES3_reserved_ES3_1_keyword()
556 int ES3_keyword(TParseContext *context, int token) in ES3_keyword()
571 int ES2_reserved_ES3_1_keyword(TParseContext *context, int token) in ES2_reserved_ES3_1_keyword()
583 int ES3_1_keyword(TParseContext *context, int token) in ES3_1_keyword()
599 int WEBGL_video_texture_extension(TParseContext *context, int token) in WEBGL_video_texture_extension()
615 int ES2_extensions_ES3_keyword(TParseContext *context, TExtension extension1, TExtension extension2… in ES2_extensions_ES3_keyword()
[all …]
/external/OpenCL-CTS/test_conformance/printf/
Dtest_printf.cpp233 static cl_program makePrintfProgram(cl_kernel *kernel_ptr, const cl_context context,const unsigned … in makePrintfProgram()
407 static int doTest(cl_command_queue queue, cl_context context, const unsigned int testId, const unsi… in doTest()
581 int test_int_0(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements) in test_int_0()
585 int test_int_1(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements) in test_int_1()
589 int test_int_2(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements) in test_int_2()
593 int test_int_3(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements) in test_int_3()
597 int test_int_4(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements) in test_int_4()
601 int test_int_5(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements) in test_int_5()
605 int test_int_6(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements) in test_int_6()
609 int test_int_7(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements) in test_int_7()
[all …]
/external/python/cpython3/Lib/xml/etree/
DElementPath.py98 def get_parent_map(context): argument
118 def select(context, result): argument
124 def select(context, result): argument
134 def select(context, result): argument
143 def select(context, result): argument
157 def select(context, result): argument
165 def select(context, result): argument
173 def select(context, result): argument
179 def select(context, result): argument
197 def select(context, result): argument
[all …]

12345678910>>...251