Home
last modified time | relevance | path

Searched refs:encodingType (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fFboSRGBWriteControlTests.cpp1253 glw::GLint encodingType; in isFramebufferAttachmentSRGB() local
1255 …chmentParameteriv(targetType, attachment, GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING, &encodingType); in isFramebufferAttachmentSRGB()
1258 switch (static_cast<glw::GLenum>(encodingType)) in isFramebufferAttachmentSRGB()
/external/python/cpython2/Modules/
D_ssl.c3669 certEncodingType(DWORD encodingType) in certEncodingType() argument
3684 switch(encodingType) { in certEncodingType()
3692 return PyInt_FromLong(encodingType); in certEncodingType()