Home
last modified time | relevance | path

Searched defs:type (Results 6401 - 6425 of 7663) sorted by relevance

1...<<251252253254255256257258259260>>...307

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DFramebufferTest.cpp1185 texImageFollowedByFBORead(GLenum internalFormat, GLenum type) texImageFollowedByFBORead() argument
1250 copyTexImageFollowedBySampling(GLenum internalFormat, GLenum type) copyTexImageFollowedBySampling() argument
1314 blitCopyFollowedByFBORead(GLenum internalFormat, GLenum type) blitCopyFollowedByFBORead() argument
1419 cubeTexImageFollowedByFBORead(GLenum internalFormat, GLenum type) cubeTexImageFollowedByFBORead() argument
3695 FillTexture2D(GLuint texture, GLsizei width, GLsizei height, const T &onePixelData, GLint level, GLint internalFormat, GLenum format, GLenum type) FillTexture2D() argument
[all...]
/third_party/skia/src/gpu/
H A DGrResourceCache.cpp47 int32_t type = nextType.fetch_add(1, std::memory_order_relaxed); in GenerateResourceType() local
/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.cpp1263 sk_sp<GrGpuBuffer> GrD3DGpu::onCreateBuffer(size_t sizeInBytes, GrGpuBufferType type, in onCreateBuffer() argument
/third_party/skia/src/gpu/geometry/
H A DGrTriangulator.cpp619 Edge* GrTriangulator::makeEdge(Vertex* prev, Vertex* next, EdgeType type, in makeEdge() argument
955 Edge* GrTriangulator::makeConnectingEdge(Vertex* prev, Vertex* next, EdgeType type, in makeConnectingEdge() argument
/third_party/skia/src/effects/imagefilters/
H A DSkLightingImageFilter.cpp1140 SkImageFilterLight::LightType type = buffer.read32LE(SkImageFilterLight::kLast_LightType); UnflattenLight() local
1717 int type = random->nextULessThan(3); create_random_light() local
[all...]
/third_party/skia/src/gpu/dawn/
H A DGrDawnGpu.cpp136 void GrDawnGpu::disconnect(DisconnectType type) { in disconnect() argument
171 sk_sp<GrGpuBuffer> GrDawnGpu::onCreateBuffer(size_t size, GrGpuBufferType type, in onCreateBuffer() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DProgram.cpp131 LinkedVarying::LinkedVarying(const std::string &name, GLenum type, GLsizei size, int reg, int col) in LinkedVarying() argument
291 GLint Program::getSamplerMapping(sw::SamplerType type, unsigne argument
2771 getActiveAttribute(GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) const getActiveAttribute() argument
2814 getActiveUniform(GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) const getActiveUniform() argument
2953 getTransformFeedbackVarying(GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) const getTransformFeedbackVarying() argument
[all...]
H A DlibGLESv3.cpp288 void GL_APIENTRY DrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices) in DrawRangeElements() argument
337 void GL_APIENTRY TexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *data) in TexImage3D() argument
397 TexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data) TexSubImage3D() argument
1780 GetTransformFeedbackVarying(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) GetTransformFeedbackVarying() argument
1810 VertexAttribIPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) VertexAttribIPointer() argument
2736 DrawElementsInstanced(GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instanceCount) DrawElementsInstanced() argument
3819 GLenum type = GetColorComponentType(internalformat); GetInternalformativ() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShader.cpp794 auto &type = types[resultId]; in DeclareType() local
1145 auto &type = getType(typeId); ApplyDecorationsForAccessChain() local
1188 auto type = getType(typeId).definition.opcode(); WalkExplicitLayoutAccessChain() local
1215 auto &type = getType(typeId); WalkExplicitLayoutAccessChain() local
1301 auto &type = getType(typeId); WalkAccessChain() local
1378 auto &type = getType(typeId); WalkLiteralAccessChain() local
1639 auto type = getType(insn.resultTypeId()); emitProlog() local
2088 auto &type = getType(typeId); EmitAccessChain() local
2110 auto &type = getType(insn.resultTypeId()); EmitCompositeConstruct() local
2133 auto &type = getType(resultTypeId); EmitCompositeInsert() local
2163 auto &type = getType(insn.resultTypeId()); EmitCompositeExtract() local
2180 auto &type = getType(insn.resultTypeId()); EmitVectorShuffle() local
2214 auto &type = getType(insn.resultTypeId()); EmitVectorExtractDynamic() local
2234 auto &type = getType(insn.resultTypeId()); EmitVectorInsertDynamic() local
2251 auto &type = getType(insn.resultTypeId()); EmitSelect() local
2274 auto &type = getType(insn.resultTypeId()); EmitAny() local
2293 auto &type = getType(insn.resultTypeId()); EmitAll() local
2422 auto type = getType(insn.resultTypeId()); EmitCopyObject() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DRenderer.hpp116 const Type type; member
236 AtomicInt type; member
[all...]
H A DVertexProcessor.cpp988 DrawType type = static_cast<DrawType>(static_cast<unsigned int>(drawType) & 0xF); in update() local
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/
H A Dunittests.cpp2284 void bindIOSurfaceToTexture(EGLClientBuffer buffer, EGLint width, EGLint height, EGLint plane, GLenum internalFormat, GLenum type, EGLSurface *pbuffer, GLuint *texture) const in bindIOSurfaceToTexture() argument
2315 void doClearTest(EGLClientBufferWrapper &clientBufferWrapper, GLenum internalFormat, GLenum type, void *data, size_t dataSize) in doClearTest() argument
2351 void doSampleTest(EGLClientBufferWrapper &clientBufferWrapper, GLenum internalFormat, GLenum type, void *data, size_t dataSize) in doSampleTest() argument
[all...]
/third_party/openssl/include/crypto/
H A Devp.h249 int type; member
655 int type; global() member
[all...]
/third_party/openssl/ohos_lite/include/openssl/
H A Dasn1.h148 int type; member
445 int type; global() member
[all...]
H A Dx509.h273 ASN1_OBJECT *type; member
924 int type, global() variable
928 **x, int nid, int type, global() variable
933 int type, global() variable
937 const ASN1_OBJECT *obj, int lastpos, int type); global() variable
[all...]
/third_party/openssl/ssl/statem/
H A Dstatem_srvr.c1349 unsigned int type; in ssl_check_for_safari() local
2428 unsigned long type; in tls_construct_server_key_exchange() local
[all...]
H A Dstatem_clnt.c2636 unsigned int type; in tls_process_cert_status_body() local
[all...]
/third_party/openssl/engines/
H A De_capi.c1652 static int capi_ctx_set_provname(CAPI_CTX *ctx, LPSTR pname, DWORD type, in capi_ctx_set_provname() argument
1690 DWORD type; capi_ctx_set_provname_idx() local
[all...]
H A De_loader_attic.c868 } type; member
[all...]
/third_party/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c68 static void free_asn1_data(int type, void *data) in free_asn1_data() argument
530 int type = in dh_check_key_type() local
1035 key2any_encode(struct key2any_ctx_st *ctx, OSSL_CORE_BIO *cout, const void *key, int type, const char *pemname, check_key_type_fn *checker, key_to_der_fn *writer, OSSL_PASSPHRASE_CALLBACK *pwcb, void *pwcbarg, key_to_paramstring_fn *key2paramstring, i2d_of_void *key2der) key2any_encode() argument
[all...]
/third_party/openssl/test/
H A Dacvp_test.c1282 const char *phase = NULL, *type = NULL, *desc = NULL; in self_test_events() local
/third_party/skia/third_party/externals/spirv-cross/
H A Dmain.cpp297 auto &type = compiler.get_type(res.value_type_id); in print_resources() local
351 auto &type = compiler.get_type(res.type_id); in print_resources() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/include/spirv-tools/
H A Dlibspirv.h378 spv_operand_type_t type; global() member
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_util.cpp355 bool IsCompositeType(const opt::analysis::Type* type) { in IsCompositeType() argument
554 auto type = ir_context->get_type_mgr()->GetType(id); IsNonFunctionTypeId() local
1056 const auto* type = ir_context->get_type_mgr()->GetType(id); UpdateFunctionType() local
1167 opt::analysis::Bool type; MaybeGetBoolType() local
1209 opt::analysis::Void type; MaybeGetVoidType() local
1352 const auto* type = ir_context->get_type_mgr()->GetType(scalar_type_id); MaybeGetScalarConstant() local
1375 const auto* type = ir_context->get_type_mgr()->GetType(composite_type_id); MaybeGetCompositeConstant() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/
H A Dlibspirv.h378 spv_operand_type_t type; global() member
[all...]

Completed in 52 milliseconds

1...<<251252253254255256257258259260>>...307