Home
last modified time | relevance | path

Searched refs:target (Results 876 - 900 of 4329) sorted by relevance

1...<<31323334353637383940>>...174

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTextureSwizzleTests.cpp1161 /* Texture target descriptor */
1827 /** Gets index of target in texture_targets
1829 * @param target target to be found
1833 size_t get_index_of_target(glw::GLenum target) in get_index_of_target() argument
1835 if (GL_ZERO == target) in get_index_of_target()
1842 if (texture_targets[i].m_target == target) in get_index_of_target()
1848 TCU_FAIL("Unknown texture target"); in get_index_of_target()
2320 const glw::GLenum target = texture_targets[tex_tgt_idx].m_target; in iterate() local
2322 gl.bindTexture(target, m_i in iterate()
2608 draw(glw::GLenum target, const glw::GLint* texture_swizzle, bool use_rgba_enum) draw() argument
2717 const glw::GLenum target = texture_targets[target_idx].m_target; fillSourceTexture() local
2801 const _texture_target& target = texture_targets[test_case.m_source_texture_target_index]; getFragmentShader() local
2881 const _texture_target& target = texture_targets[test_case.m_source_texture_target_index]; getVertexShader() local
2910 const _texture_target& target = texture_targets[target_idx]; isTargetSupported() local
3042 const glw::GLenum target = texture_targets[test_case.m_source_texture_target_index].m_target; logTestCaseDetials() local
3131 const _texture_target& target = texture_targets[test_case.m_source_texture_target_index]; prepareArguments() local
3200 const _texture_target& target = texture_targets[test_case.m_source_texture_target_index]; prepareCoordinates() local
3291 const _texture_target& target = texture_targets[test_case.m_source_texture_target_index]; prepareDerivatives() local
3348 const _texture_target& target = texture_targets[test_case.m_source_texture_target_index]; prepareOffsets() local
3446 const glw::GLenum target = texture_targets[target_idx].m_target; prepareSourceTexture() local
3935 const glw::GLenum target = texture_targets[target_idx].m_target; iterate() local
4017 const glw::GLenum target = texture_targets[target_idx].m_target; iterate() local
[all...]
/third_party/openGLES/api/GLSC/1.0.1/
H A Dgl.h473 GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture);
487 GLAPI void APIENTRY glColorSubTableEXT (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *table);
488 GLAPI void APIENTRY glColorTableEXT (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table);
511 GLAPI void APIENTRY glGetColorTableEXT (GLenum target, GLenum format, GLenum type, GLvoid *table);
512 GLAPI void APIENTRY glGetColorTableParameterivEXT (GLenum target, GLenum pname, GLint *params);
519 GLAPI void APIENTRY glGetTexEnvfv (GLenum target, GLenum pname, GLfloat *params);
520 GLAPI void APIENTRY glGetTexEnviv (GLenum target, GLenum pname, GLint *params);
521 GLAPI void APIENTRY glGetTexParameteriv (GLenum target, GLenum pname, GLint *params);
523 GLAPI void APIENTRY glHint (GLenum target, GLenum mode);
536 GLAPI void APIENTRY glMultiTexCoord2f (GLenum target, GLfloa
[all...]
/third_party/nghttp2/doc/_exts/rubydomain/
H A Drubydomain.py216 # note target
404 targetnode = nodes.target('', '', ids=['module-' + modname], ismod=True)
423 def _make_index(entrytype, entryname, target, ignored, key=None):
428 return (entrytype, entryname, target, ignored, key)
430 return (entrytype, entryname, target, ignored)
455 def process_link(self, env, refnode, has_explicit_title, title, target):
457 title = title.lstrip('.') # only has a meaning for the target
461 target = target.lstrip('~') # only has a meaning for the title
473 if target[
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dcopyimage.c53 * \param target One of GL_TEXTURE_x target or GL_RENDERBUFFER
62 prepare_target_err(struct gl_context *ctx, GLuint name, GLenum target, in prepare_target_err() argument
85 * - is not RENDERBUFFER or a valid non-proxy texture target in prepare_target_err()
89 switch (target) { in prepare_target_err()
91 /* Not a texture target, but valid */ in prepare_target_err()
110 _mesa_enum_to_string(target)); in prepare_target_err()
114 if (target == GL_RENDERBUFFER) { in prepare_target_err()
150 * to the corresponding target parameter." in prepare_target_err()
220 /* Note that target wil in prepare_target_err()
278 prepare_target(struct gl_context *ctx, GLuint name, GLenum target, int level, int z, struct gl_texture_image **texImage, struct gl_renderbuffer **renderbuffer) prepare_target() argument
308 check_region_bounds(struct gl_context *ctx, GLenum target, const struct gl_texture_image *tex_image, const struct gl_renderbuffer *renderbuffer, int x, int y, int z, int width, int height, int depth, const char *dbg_prefix, bool is_arb_version) check_region_bounds() argument
[all...]
/third_party/node/deps/v8/src/heap/
H A Dmarking-visitor-inl.h136 Code target = Code::GetCodeFromTargetAddress(rinfo->target_address()); in VisitCodeTarget() local
138 if (!is_shared_heap_ && target.InSharedHeap()) return; in VisitCodeTarget()
139 MarkObject(host, target); in VisitCodeTarget()
140 concrete_visitor()->RecordRelocSlot(host, rinfo, target); in VisitCodeTarget()
390 if (weak_ref.target().IsHeapObject()) { in VisitJSWeakRef()
391 HeapObject target = HeapObject::cast(weak_ref.target()); in VisitJSWeakRef() local
392 concrete_visitor()->SynchronizePageAccess(target); in VisitJSWeakRef()
393 if (concrete_visitor()->marking_state()->IsBlackOrGrey(target)) { in VisitJSWeakRef()
397 concrete_visitor()->RecordSlot(weak_ref, slot, target); in VisitJSWeakRef()
416 HeapObject target = weak_cell.relaxed_target(); VisitWeakCell() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cShaderImageSizeTests.cpp587 const GLenum target[4] = { GL_TEXTURE_2D, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_2D_ARRAY }; in Run() local
590 glBindTexture(target[i], m_texture[i]); in Run()
591 glTexParameteri(target[i], GL_TEXTURE_MIN_FILTER, GL_NEAREST); in Run()
592 glTexParameteri(target[i], GL_TEXTURE_MAG_FILTER, GL_NEAREST); in Run()
596 glTexStorage2D(target[i], 10, TexInternalFormat<T>(), 512, 128); in Run()
601 glTexStorage3D(target[i], 3, TexInternalFormat<T>(), 8, 8, 4); in Run()
606 glTexStorage2D(target[i], 4, TexInternalFormat<T>(), 16, 16); in Run()
611 glTexStorage3D(target[i], 3, TexInternalFormat<T>(), 127, 39, 12); in Run()
645 const GLenum target[4] = { GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_2D_ARRAY }; in Run() local
648 glBindTexture(target[ in Run()
[all...]
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0.1/
H A Dgl.h473 GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture);
487 GLAPI void APIENTRY glColorSubTableEXT (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *table);
488 GLAPI void APIENTRY glColorTableEXT (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table);
511 GLAPI void APIENTRY glGetColorTableEXT (GLenum target, GLenum format, GLenum type, GLvoid *table);
512 GLAPI void APIENTRY glGetColorTableParameterivEXT (GLenum target, GLenum pname, GLint *params);
519 GLAPI void APIENTRY glGetTexEnvfv (GLenum target, GLenum pname, GLfloat *params);
520 GLAPI void APIENTRY glGetTexEnviv (GLenum target, GLenum pname, GLint *params);
521 GLAPI void APIENTRY glGetTexParameteriv (GLenum target, GLenum pname, GLint *params);
523 GLAPI void APIENTRY glHint (GLenum target, GLenum mode);
536 GLAPI void APIENTRY glMultiTexCoord2f (GLenum target, GLfloa
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES.cpp690 bool ValidTexture3DTarget(const Context *context, TextureType target) in ValidTexture3DTarget() argument
692 switch (target) in ValidTexture3DTarget()
709 bool ValidTextureExternalTarget(const Context *context, TextureType target) in ValidTextureExternalTarget() argument
711 return (target == TextureType::External) && in ValidTextureExternalTarget()
716 bool ValidTextureExternalTarget(const Context *context, TextureTarget target) in ValidTextureExternalTarget() argument
718 return (target == TextureTarget::External) && in ValidTextureExternalTarget()
722 // This function differs from ValidTextureTarget in that the target must be
726 bool ValidTexture2DDestinationTarget(const Context *context, TextureTarget target) in ValidTexture2DDestinationTarget() argument
728 switch (target) in ValidTexture2DDestinationTarget()
901 bool ValidTexture3DDestinationTarget(const Context *context, TextureTarget target) in ValidTexture3DDestinationTarget() argument
941 ValidFramebufferTarget(const Context *context, GLenum target) ValidFramebufferTarget() argument
999 ValidImageSizeParameters(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLint level, GLsizei width, GLsizei height, GLsizei depth, bool isSubImage) ValidImageSizeParameters() argument
1407 ValidateRenderbufferStorageParametersBase(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) ValidateRenderbufferStorageParametersBase() argument
1726 ValidateBindFramebufferBase(const Context *context, angle::EntryPoint entryPoint, GLenum target, FramebufferID framebuffer) ValidateBindFramebufferBase() argument
1747 ValidateBindRenderbufferBase(const Context *context, angle::EntryPoint entryPoint, GLenum target, RenderbufferID renderbuffer) ValidateBindRenderbufferBase() argument
1768 ValidateFramebufferRenderbufferBase(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum attachment, GLenum renderbuffertarget, RenderbufferID renderbuffer) ValidateFramebufferRenderbufferBase() argument
1817 ValidateFramebufferTextureBase(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum attachment, TextureID texture, GLint level) ValidateFramebufferTextureBase() argument
1891 ValidateGenerateMipmapBase(const Context *context, angle::EntryPoint entryPoint, TextureType target) ValidateGenerateMipmapBase() argument
2130 ValidateBeginQueryBase(const Context *context, angle::EntryPoint entryPoint, QueryType target, QueryID id) ValidateBeginQueryBase() argument
2187 ValidateBeginQueryEXT(const Context *context, angle::EntryPoint entryPoint, QueryType target, QueryID id) ValidateBeginQueryEXT() argument
2203 ValidateEndQueryBase(const Context *context, angle::EntryPoint entryPoint, QueryType target) ValidateEndQueryBase() argument
2222 ValidateEndQueryEXT(const Context *context, angle::EntryPoint entryPoint, QueryType target) ValidateEndQueryEXT() argument
2235 ValidateQueryCounterEXT(const Context *context, angle::EntryPoint entryPoint, QueryID id, QueryType target) ValidateQueryCounterEXT() argument
2269 ValidateGetQueryivBase(const Context *context, angle::EntryPoint entryPoint, QueryType target, GLenum pname, GLsizei *numParams) ValidateGetQueryivBase() argument
2317 ValidateGetQueryivEXT(const Context *context, angle::EntryPoint entryPoint, QueryType target, GLenum pname, const GLint *params) ValidateGetQueryivEXT() argument
2334 ValidateGetQueryivRobustANGLE(const Context *context, angle::EntryPoint entryPoint, QueryType target, GLenum pname, GLsizei bufSize, const GLsizei *length, const GLint *params) ValidateGetQueryivRobustANGLE() argument
3011 ValidateCopyImageSubDataTarget(const Context *context, angle::EntryPoint entryPoint, GLuint name, GLenum target) ValidateCopyImageSubDataTarget() argument
3062 ValidateCopyImageSubDataLevel(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLint level) ValidateCopyImageSubDataLevel() argument
3099 ValidateCopyImageSubDataTargetRegion(const Context *context, angle::EntryPoint entryPoint, GLuint name, GLenum target, GLint level, GLint offsetX, GLint offsetY, GLint offsetZ, GLsizei width, GLsizei height, GLsizei *samples) ValidateCopyImageSubDataTargetRegion() argument
3191 GetTargetFormatInfo(const Context *context, angle::EntryPoint entryPoint, GLuint name, GLenum target, GLint level) GetTargetFormatInfo() argument
3624 ValidateCopyTexImageParametersBase(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum internalformat, bool isSubImage, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height, GLint border, Format *textureFormatOut) ValidateCopyTexImageParametersBase() argument
4606 ValidateDiscardFramebufferBase(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLsizei numAttachments, const GLenum *attachments, bool defaultFramebuffer) ValidateDiscardFramebufferBase() argument
4812 ValidateEGLImageTargetRenderbufferStorageOES(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLeglImageOES image) ValidateEGLImageTargetRenderbufferStorageOES() argument
4996 ValidateGetBufferPointervBase(const Context *context, angle::EntryPoint entryPoint, BufferBinding target, GLenum pname, GLsizei *length, void *const *params) ValidateGetBufferPointervBase() argument
5041 ValidateUnmapBufferBase(const Context *context, angle::EntryPoint entryPoint, BufferBinding target) ValidateUnmapBufferBase() argument
5062 ValidateMapBufferRangeBase(const Context *context, angle::EntryPoint entryPoint, BufferBinding target, GLintptr offset, GLsizeiptr length, GLbitfield access) ValidateMapBufferRangeBase() argument
5177 ValidateFlushMappedBufferRangeBase(const Context *context, angle::EntryPoint entryPoint, BufferBinding target, GLintptr offset, GLsizeiptr length) ValidateFlushMappedBufferRangeBase() argument
5270 ValidateGetFramebufferAttachmentParameterivBase(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum attachment, GLenum pname, GLsizei *numParams) ValidateGetFramebufferAttachmentParameterivBase() argument
5545 ValidateGetFramebufferAttachmentParameterivRobustANGLE(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum attachment, GLenum pname, GLsizei bufSize, const GLsizei *length, const GLint *params) ValidateGetFramebufferAttachmentParameterivRobustANGLE() argument
5576 ValidateGetBufferParameterivRobustANGLE(const Context *context, angle::EntryPoint entryPoint, BufferBinding target, GLenum pname, GLsizei bufSize, const GLsizei *length, const GLint *params) ValidateGetBufferParameterivRobustANGLE() argument
5605 ValidateGetBufferParameteri64vRobustANGLE(const Context *context, angle::EntryPoint entryPoint, BufferBinding target, GLenum pname, GLsizei bufSize, const GLsizei *length, const GLint64 *params) ValidateGetBufferParameteri64vRobustANGLE() argument
5833 ValidateGetRenderbufferParameterivRobustANGLE(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum pname, GLsizei bufSize, const GLsizei *length, const GLint *params) ValidateGetRenderbufferParameterivRobustANGLE() argument
5893 ValidateGetTexParameterfvRobustANGLE(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum pname, GLsizei bufSize, const GLsizei *length, const GLfloat *params) ValidateGetTexParameterfvRobustANGLE() argument
5923 ValidateGetTexParameterivRobustANGLE(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum pname, GLsizei bufSize, const GLsizei *length, const GLint *params) ValidateGetTexParameterivRobustANGLE() argument
5951 ValidateGetTexParameterIivRobustANGLE(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum pname, GLsizei bufSize, const GLsizei *length, const GLint *params) ValidateGetTexParameterIivRobustANGLE() argument
5963 ValidateGetTexParameterIuivRobustANGLE(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum pname, GLsizei bufSize, const GLsizei *length, const GLuint *params) ValidateGetTexParameterIuivRobustANGLE() argument
5975 ValidateTexParameterfvRobustANGLE(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum pname, GLsizei bufSize, const GLfloat *params) ValidateTexParameterfvRobustANGLE() argument
5990 ValidateTexParameterivRobustANGLE(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum pname, GLsizei bufSize, const GLint *params) ValidateTexParameterivRobustANGLE() argument
6005 ValidateTexParameterIivRobustANGLE(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum pname, GLsizei bufSize, const GLint *params) ValidateTexParameterIivRobustANGLE() argument
6016 ValidateTexParameterIuivRobustANGLE(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum pname, GLsizei bufSize, const GLuint *params) ValidateTexParameterIuivRobustANGLE() argument
6342 ValidateGetInternalformativRobustANGLE(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, const GLsizei *length, const GLint *params) ValidateGetInternalformativRobustANGLE() argument
6421 ValidateGetBufferParameterBase(const Context *context, angle::EntryPoint entryPoint, BufferBinding target, GLenum pname, bool pointerVersion, GLsizei *numParams) ValidateGetBufferParameterBase() argument
6522 ValidateGetRenderbufferParameterivBase(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum pname, GLsizei *length) ValidateGetRenderbufferParameterivBase() argument
6674 ValidateGetTexParameterBase(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum pname, GLsizei *length) ValidateGetTexParameterBase() argument
7244 ValidateTexParameterBase(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum pname, GLsizei bufSize, bool vectorParams, const ParamType *params) ValidateTexParameterBase() argument
7868 ValidateGetInternalFormativBase(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLsizei *numParams) ValidateGetInternalFormativBase() argument
7979 ValidateTexStorageMultisample(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLsizei samples, GLint internalFormat, GLsizei width, GLsizei height) ValidateTexStorageMultisample() argument
8037 ValidateTexStorage2DMultisampleBase(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLsizei samples, GLint internalFormat, GLsizei width, GLsizei height) ValidateTexStorage2DMultisampleBase() argument
8061 ValidateGetTexLevelParameterBase(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum pname, GLsizei *length) ValidateGetTexLevelParameterBase() argument
8243 ValidateTexImage2DExternalANGLE(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type) ValidateTexImage2DExternalANGLE() argument
8289 ValidateInvalidateTextureANGLE(const Context *context, angle::EntryPoint entryPoint, TextureType target) ValidateInvalidateTextureANGLE() argument
[all...]
/third_party/node/src/
H A Dnode_buffer.cc624 // bytesCopied = copy(buffer, target[, targetStart][, sourceStart][, sourceEnd])
632 SPREAD_BUFFER_ARG(target_obj, target); in Copy()
820 ArrayBufferViewContents<char> target(args[1]); in CompareOffset()
829 THROW_AND_RETURN_IF_OOB(ParseArrayIndex(env, args[4], target.length(), in CompareOffset()
837 if (target_start > target.length()) in CompareOffset()
850 target.data() + target_start, in CompareOffset()
1360 void Initialize(Local<Object> target, in Initialize() argument
1367 SetMethod(context, target, "setBufferPrototype", SetBufferPrototype); in Initialize()
1368 SetMethodNoSideEffect(context, target, "createFromString", CreateFromString); in Initialize()
1369 SetMethodNoSideEffect(context, target, "decodeUTF in Initialize()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderMultisampleInterpolationTests.cpp106 MultisampleShadeCountRenderCase (Context& context, const char* name, const char* description, int numSamples, RenderTarget target);
121 MultisampleShadeCountRenderCase::MultisampleShadeCountRenderCase (Context& context, const char* name, const char* description, int numSamples, RenderTarget target) in MultisampleShadeCountRenderCase() argument
122 : MultisampleShaderRenderUtil::MultisampleRenderCase(context, name, description, numSamples, target, RENDER_SIZE, MultisampleShaderRenderUtil::MultisampleRenderCase::FLAG_PER_ITERATION_SHADER) in MultisampleShadeCountRenderCase()
201 SampleQualifierRenderCase (Context& context, const char* name, const char* description, int numSamples, RenderTarget target);
212 SampleQualifierRenderCase::SampleQualifierRenderCase (Context& context, const char* name, const char* description, int numSamples, RenderTarget target) in SampleQualifierRenderCase() argument
213 : MultisampleShadeCountRenderCase(context, name, description, numSamples, target) in SampleQualifierRenderCase()
383 InterpolateAtSampleRenderCase (Context& context, const char* name, const char* description, int numSamples, RenderTarget target, IndexingMode mode);
397 InterpolateAtSampleRenderCase::InterpolateAtSampleRenderCase (Context& context, const char* name, const char* description, int numSamples, RenderTarget target, IndexingMode mode) in InterpolateAtSampleRenderCase() argument
398 : MultisampleShadeCountRenderCase (context, name, description, numSamples, target) in InterpolateAtSampleRenderCase()
642 SingleSampleInterpolateAtSampleCase (Context& context, const char* name, const char* description, int numSamples, RenderTarget target, SampleCas
[all...]
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
H A Dgl2ext.h243 typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETTEXTURE2DOESPROC) (GLenum target, GLeglImageOES image);
244 typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETRENDERBUFFERSTORAGEOESPROC) (GLenum target, GLeglImageOES image);
246 GL_APICALL void GL_APIENTRY glEGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image);
247 GL_APICALL void GL_APIENTRY glEGLImageTargetRenderbufferStorageOES (GLenum target, GLeglImageOES image);
312 typedef void (GL_APIENTRYP PFNGLENABLEIOESPROC) (GLenum target, GLuint index);
313 typedef void (GL_APIENTRYP PFNGLDISABLEIOESPROC) (GLenum target, GLuint index);
319 typedef GLboolean (GL_APIENTRYP PFNGLISENABLEDIOESPROC) (GLenum target, GLuint index);
321 GL_APICALL void GL_APIENTRY glEnableiOES (GLenum target, GLuint index);
322 GL_APICALL void GL_APIENTRY glDisableiOES (GLenum target, GLuint index);
328 GL_APICALL GLboolean GL_APIENTRY glIsEnablediOES (GLenum target, GLuin
[all...]
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/
H A Dgl2ext.h243 typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETTEXTURE2DOESPROC) (GLenum target, GLeglImageOES image);
244 typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETRENDERBUFFERSTORAGEOESPROC) (GLenum target, GLeglImageOES image);
246 GL_APICALL void GL_APIENTRY glEGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image);
247 GL_APICALL void GL_APIENTRY glEGLImageTargetRenderbufferStorageOES (GLenum target, GLeglImageOES image);
312 typedef void (GL_APIENTRYP PFNGLENABLEIOESPROC) (GLenum target, GLuint index);
313 typedef void (GL_APIENTRYP PFNGLDISABLEIOESPROC) (GLenum target, GLuint index);
319 typedef GLboolean (GL_APIENTRYP PFNGLISENABLEDIOESPROC) (GLenum target, GLuint index);
321 GL_APICALL void GL_APIENTRY glEnableiOES (GLenum target, GLuint index);
322 GL_APICALL void GL_APIENTRY glDisableiOES (GLenum target, GLuint index);
328 GL_APICALL GLboolean GL_APIENTRY glIsEnablediOES (GLenum target, GLuin
[all...]
/base/msdp/device_status/rust/subsystem/device_profile/binding/src/
H A Dfusion_device_profile.cpp63 static void Destruct(CIProfileEvents* target) in Destruct() argument
65 CHKPV(target); in Destruct()
66 if (target->profileEvents == nullptr) { in Destruct()
67 delete target; in Destruct()
69 delete [] target->profileEvents; in Destruct()
70 delete target; in Destruct()
/third_party/gn/src/gn/
H A Dscheduler.cc10 #include "gn/target.h"
86 void Scheduler::AddUnknownGeneratedInput(const Target* target, in AddUnknownGeneratedInput() argument
89 unknown_generated_inputs_.insert(std::make_pair(file, target)); in AddUnknownGeneratedInput()
92 void Scheduler::AddWriteRuntimeDepsTarget(const Target* target) { in AddWriteRuntimeDepsTarget() argument
94 write_runtime_deps_targets_.push_back(target); in AddWriteRuntimeDepsTarget()
106 for (const Target* target : write_runtime_deps_targets_) { in IsFileGeneratedByWriteRuntimeDeps()
107 if (file == target->write_runtime_deps_output()) { in IsFileGeneratedByWriteRuntimeDeps()
/third_party/node/src/crypto/
H A Dcrypto_dsa.cc132 Local<Object> target) { in GetDsaKeyDetail()
149 if (target in GetDsaKeyDetail()
155 target in GetDsaKeyDetail()
168 void Initialize(Environment* env, Local<Object> target) { in Initialize() argument
169 DsaKeyPairGenJob::Initialize(env, target); in Initialize()
170 DSAKeyExportJob::Initialize(env, target); in Initialize()
129 GetDsaKeyDetail( Environment* env, std::shared_ptr<KeyObjectData> key, Local<Object> target) GetDsaKeyDetail() argument
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/
H A Dleapsec01.c96 struct timespec now, target; in test_hrtimer_early_expiration() local
102 target = now; in test_hrtimer_early_expiration()
103 target.tv_sec++; in test_hrtimer_early_expiration()
104 tst_res(TINFO, "sleep until %s", strtime(&target)); in test_hrtimer_early_expiration()
105 ret = clock_nanosleep(CLOCK_REALTIME, TIMER_ABSTIME, &target, NULL); in test_hrtimer_early_expiration()
114 if (in_order(target, now)) { in test_hrtimer_early_expiration()
/third_party/node/deps/v8/src/objects/
H A Dslots-inl.h83 Object FullObjectSlot::Relaxed_CompareAndSwap(Object old, Object target) const { in Relaxed_CompareAndSwap()
85 location(), old.ptr(), target.ptr()); in Relaxed_CompareAndSwap()
89 Object FullObjectSlot::Release_CompareAndSwap(Object old, Object target) const { in Release_CompareAndSwap()
91 location(), old.ptr(), target.ptr()); in Release_CompareAndSwap()
125 MaybeObject target) const { in Release_CompareAndSwap()
127 target.ptr()); in Release_CompareAndSwap()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_resource.c12 switch (templ->target) { in nvc0_resource_create()
25 switch (templ->target) { in nvc0_resource_create_with_modifiers()
36 if (res->target == PIPE_BUFFER) in nvc0_resource_destroy()
120 if (templ->target == PIPE_BUFFER) { in nvc0_resource_from_handle()
134 if (unlikely(pres->target == PIPE_BUFFER)) in nvc0_surface_create()
147 assert(templ->target == PIPE_BUFFER); in nvc0_resource_from_user_memory()
/third_party/pulseaudio/src/modules/
H A Dmodule-always-source.c55 pa_source *target; in load_null_source_if_needed() local
69 PA_IDXSET_FOREACH(target, c->sources, idx) in load_null_source_if_needed()
70 if (!source || ((target != source) && !pa_source_is_filter(target) && target->monitor_of == NULL)) in load_null_source_if_needed()
73 if (target) in load_null_source_if_needed()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampParameterBorderColorError.cpp175 * @param target texture target to use for the call;
180 void TextureBorderClampParameterBorderColorErrorTest::VerifyGLTexParameterf(glw::GLenum target, glw::GLenum pname, in VerifyGLTexParameterf() argument
187 gl.texParameterf(target, pname, param); in VerifyGLTexParameterf()
194 << "target:" << getTexTargetString(target) << ", pname:" << getPNameString(pname) in VerifyGLTexParameterf()
206 * @param target texture target to use for the call;
211 void TextureBorderClampParameterBorderColorErrorTest::VerifyGLTexParameteri(glw::GLenum target, glw::GLenum pname, in VerifyGLTexParameteri() argument
218 gl.texParameteri(target, pnam in VerifyGLTexParameteri()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DImageVk.cpp43 else if (egl::IsExternalImageTarget(mState.target)) in onDestroy()
60 if (egl::IsTextureTarget(mState.target)) in initialize()
86 if (egl::IsRenderbufferTarget(mState.target)) in initialize()
95 else if (egl::IsExternalImageTarget(mState.target)) in initialize()
136 if (egl::IsTextureTarget(mState.target)) in orphan()
143 else if (egl::IsRenderbufferTarget(mState.target)) in orphan()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.h49 GLenum ValidateSubImageParams(bool compressed, bool copy, GLenum target, GLint level, GLint xoffset, GLint yoffset,
51 GLenum ValidateSubImageParams(bool compressed, bool copy, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset,
57 bool IsCubemapTextureTarget(GLenum target);
59 bool IsTexImageTarget(GLenum target);
60 bool IsTextureTarget(GLenum target);
61 GLenum ValidateTextureFormatType(GLenum format, GLenum type, GLint internalformat, GLenum target);
/third_party/skia/third_party/externals/tint/src/transform/
H A Drenamer.cc1248 Renamer::Config::Config(Target t) : target(t) {} in Config()
1288 preserve.emplace(call->target.name); in Run()
1295 Target target = Target::kAll; in Run() local
1298 target = cfg->target; in Run()
1303 switch (target) { in Run()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dsubstitute.cc79 char* target = &(*output)[original_size]; in SubstituteAndAppendArray() local
84 target = std::copy(src.begin(), src.end(), target); in SubstituteAndAppendArray()
87 *target++ = '$'; in SubstituteAndAppendArray()
91 *target++ = format[i]; in SubstituteAndAppendArray()
95 assert(target == output->data() + output->size()); in SubstituteAndAppendArray()
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp137 static int gl_target_to_binding_index(GrGLenum target) { in gl_target_to_binding_index() argument
138 switch (target) { in gl_target_to_binding_index()
146 SK_ABORT("Unexpected GL texture target."); in gl_target_to_binding_index()
149 GrGpuResource::UniqueID GrGLGpu::TextureUnitBindings::boundID(GrGLenum target) const { in boundID()
150 return fTargetBindings[gl_target_to_binding_index(target)].fBoundResourceID; in boundID()
153 bool GrGLGpu::TextureUnitBindings::hasBeenModified(GrGLenum target) const { in hasBeenModified()
154 return fTargetBindings[gl_target_to_binding_index(target)].fHasBeenModified; in hasBeenModified()
157 void GrGLGpu::TextureUnitBindings::setBoundID(GrGLenum target, GrGpuResource::UniqueID resourceID) { in setBoundID() argument
158 int targetIndex = gl_target_to_binding_index(target); in setBoundID()
163 void GrGLGpu::TextureUnitBindings::invalidateForScratchUse(GrGLenum target) { in invalidateForScratchUse() argument
965 uploadColorTypeTexData(GrGLFormat textureFormat, GrColorType textureColorType, SkISize texDims, GrGLenum target, SkIRect dstRect, GrColorType srcColorType, const GrMipLevel texels[], int mipLevelCount) uploadColorTypeTexData() argument
993 uploadColorToTex(GrGLFormat textureFormat, SkISize texDims, GrGLenum target, std::array<float, 4> color, uint32_t levelMask) uploadColorToTex() argument
1033 uploadTexData(SkISize texDims, GrGLenum target, SkIRect dstRect, GrGLenum externalFormat, GrGLenum externalType, size_t bpp, const GrMipLevel texels[], int mipLevelCount) uploadTexData() argument
1080 uploadCompressedTexData(SkImage::CompressionType compressionType, GrGLFormat format, SkISize dimensions, GrMipmapped mipMapped, GrGLenum target, const void* data, size_t dataSize) uploadCompressedTexData() argument
1333 set_initial_texture_params( const GrGLInterface* interface, GrGLenum target) set_initial_texture_params() argument
1709 createTexture(SkISize dimensions, GrGLFormat format, GrGLenum target, GrRenderable renderable, GrGLTextureParameters::SamplerOverriddenState* initialState, int mipLevelCount) createTexture() argument
1975 clear(const GrScissorState& scissor, std::array<float, 4> color, GrRenderTarget* target, bool useMultisampleFBO, GrSurfaceOrigin origin) clear() argument
2098 clearStencilClip(const GrScissorState& scissor, bool insideStencilMask, GrRenderTarget* target, bool useMultisampleFBO, GrSurfaceOrigin origin) clearStencilClip() argument
2259 flushRenderTarget(GrGLRenderTarget* target, bool useMultisampleFBO, GrSurfaceOrigin origin, const SkIRect& bounds) flushRenderTarget() argument
2265 flushRenderTarget(GrGLRenderTarget* target, bool useMultisampleFBO) flushRenderTarget() argument
2270 flushRenderTargetNoColorWrites(GrGLRenderTarget* target, bool useMultisampleFBO) flushRenderTargetNoColorWrites() argument
2365 onResolveRenderTarget(GrRenderTarget* target, const SkIRect& resolveRect) onResolveRenderTarget() argument
2655 GrGLenum target = texture->target(); bindTexture() local
2854 bindTextureToScratchUnit(GrGLenum target, GrGLint textureID) bindTextureToScratchUnit() argument
2954 GrGLenum target = texture->target(); bindSurfaceFBOForPixelOps() local
2999 bindFramebuffer(GrGLenum target, GrGLuint fboid) bindFramebuffer() argument
3484 GrGLenum target = glTex->target(); onRegenerateMipMapLevels() local
[all...]

Completed in 48 milliseconds

1...<<31323334353637383940>>...174